Share via


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

属性值

代码项的源文本。

适用于