IJSVsaCodeItem.SourceText 속성

정의

자동 생성된 코드(있는 경우)를 포함하여 지정된 코드 항목의 텍스트를 가져오거나 설정합니다.

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

속성 값

코드 항목의 원본 텍스트입니다.

적용 대상