次の方法で共有


TemplateWizardDisallowUserTemplatesSecurityAttribute クラス

定義

この属性は、ウィザード拡張機能を呼び出すことができるテンプレートを制限するために、ウィザード拡張機能の実装に配置できます。

public ref class TemplateWizardDisallowUserTemplatesSecurityAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class TemplateWizardDisallowUserTemplatesSecurityAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type TemplateWizardDisallowUserTemplatesSecurityAttribute = class
    inherit Attribute
Public NotInheritable Class TemplateWizardDisallowUserTemplatesSecurityAttribute
Inherits Attribute
継承
TemplateWizardDisallowUserTemplatesSecurityAttribute
属性

コンストラクター

TemplateWizardDisallowUserTemplatesSecurityAttribute(Boolean)

属性コンストラクター。

プロパティ

DisallowUserTemplates

ユーザー テンプレートを禁止するかどうかを示す値を取得します。

適用対象