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)

属性值

类型:System.String
对象的正文。

备注

正被定义为,因此在声明之间的文本辅助 (" {" 和 "} " 父对象表示的) 代码元素。

.NET Framework 安全性

请参见

参考

VCCodeUnion 接口

Microsoft.VisualStudio.VCCodeModel 命名空间