TemplateWizardDisallowUserTemplatesSecurityAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This attribute can be placed on a wizard extension implemention to restrict which templates can call into the wizard extension.
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
- Inheritance
-
TemplateWizardDisallowUserTemplatesSecurityAttribute
- Attributes
Constructors
TemplateWizardDisallowUserTemplatesSecurityAttribute(Boolean) |
Attribute constructor. |
Properties
DisallowUserTemplates |
Gets a value that indicates whether to disallow user templates. |