共用方式為


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