TemplateWizardDisallowUserTemplatesSecurityAttribute.DisallowUserTemplates プロパティ
ユーザー テンプレートを禁止するかどうかを示す値を取得します。
名前空間: Microsoft.VisualStudio.TemplateWizard
アセンブリ: Microsoft.VisualStudio.TemplateWizardInterface (Microsoft.VisualStudio.TemplateWizardInterface.dll 内)
構文
'宣言
Public ReadOnly Property DisallowUserTemplates As Boolean
Get
public bool DisallowUserTemplates { get; }
public:
property bool DisallowUserTemplates {
bool get ();
}
member DisallowUserTemplates : bool
function get DisallowUserTemplates () : boolean
プロパティ値
型: System.Boolean
ユーザー テンプレートを禁止する場合は true。それ以外の場合は false。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。