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

获取允许调用模板向导扩展的模板的名称。

适用于