共用方式為


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

屬性值

程式碼專案的來源文字。

適用於