IEnumInfo.Body プロパティ
列挙子の本体を文字列として取得します。
名前空間: Microsoft.VisualStudio.VsWizard
アセンブリ: Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)
構文
'宣言
ReadOnly Property Body As String
Get
string Body { get; }
property String^ Body {
String^ get ();
}
abstract Body : string
function get Body () : String
プロパティ値
型: System.String
列挙子を文字列の本体。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。