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 메서드를 사용하면 디자이너가 디자인 타임 환경 내에서 디버그 메시지를 기록할 수 있습니다.

적용 대상

추가 정보