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

属性值

类型:System.String
枚举数的主体作为字符串。

.NET Framework 安全性

请参见

参考

IEnumInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间