共用方式為


VCCodeUnion.BodyText 屬性

取得或設定物件的主體文字。

命名空間:  Microsoft.VisualStudio.VCCodeModel
組件:  Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)

語法

'宣告
Property BodyText As String
string BodyText { get; set; }
property String^ BodyText {
    String^ get ();
    void set (String^ value);
}
abstract BodyText : string with get, set
function get BodyText () : String 
function set BodyText (value : String)

屬性值

類型:String
物件的主體文字。

備註

文字會定義,當在宣告之間的文字括號 (「{0}」和「}」父物件所表示的) 程式碼項目。

.NET Framework 安全性

請參閱

參考

VCCodeUnion 介面

Microsoft.VisualStudio.VCCodeModel 命名空間