次の方法で共有


TemplateWizardSecurityAttribute クラス

定義

この属性は、ウィザード拡張機能の実装に配置して、ウィザード拡張機能を読み込むことができるテンプレートを制限できます。

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

コンストラクター

TemplateWizardSecurityAttribute(String)

属性コンストラクター。

プロパティ

CallingTemplate

テンプレート ウィザード拡張機能の呼び出しが許可されているテンプレートの名前を取得します。

適用対象