다음을 통해 공유


SourceFilter.Source 속성

정의

추적 소스의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ Source { System::String ^ get(); void set(System::String ^ value); };
public string Source { get; set; }
member this.Source : string with get, set
Public Property Source As String

속성 값

추적 소스의 이름입니다.

예외

값이 null입니다.

설명

Source 는 추적 정보를 작성할 추적 원본을 식별합니다. 추적 정보는 다른 추적 원본에 대해 기록되지 않습니다. 추적 원본의 이름은 에 대한 생성자의 매개 변수입니다 nameTraceSource.

적용 대상