共用方式為


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 命名空間