TemplateWizardSecurityAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此属性可以放在向导扩展实现上,以限制哪些模板可以加载向导扩展。
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 |
获取允许调用模板向导扩展的模板的名称。 |