IComponentDesignerDebugService.Trace(String, String) 方法

定义

在设计时环境中记录调试消息。

public:
 void Trace(System::String ^ message, System::String ^ category);
public void Trace(string message, string category);
abstract member Trace : string * string -> unit
Public Sub Trace (message As String, category As String)

参数

message
String

要记录的消息。

category
String

message类别。

注解

此方法 Trace 使设计器能够在设计时环境中记录调试消息。

适用于

另请参阅