TemplateWizardDisallowUserTemplatesSecurityAttribute Class

Definition

Specifies that the template wizard extension will only load templates located in the Visual Studio installation directory or one of its subdirectories.

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)

Specifies that the template wizard extension will only load templates located in the Visual Studio installation directory or one of its subdirectories.

Properties

DisallowUserTemplates

Gets a value that indicates whether to disallow user templates.

Applies to