IEnumInfo.Body 属性

获取作为字符串的枚举器的正文。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
ReadOnly Property Body As String
string Body { get; }
property String^ Body {
    String^ get ();
}
abstract Body : string with get
function get Body () : String

属性值

类型:String
字符串形式的枚举器正文。

.NET Framework 安全性

请参阅

参考

IEnumInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间