TemplateWizardDisallowUserTemplatesSecurityAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cet attribut peut être placé sur une implémentation d’extension de l’Assistant pour restreindre les modèles pouvant appeler l’extension de l’Assistant.
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
- Héritage
-
TemplateWizardDisallowUserTemplatesSecurityAttribute
- Attributs
Constructeurs
TemplateWizardDisallowUserTemplatesSecurityAttribute(Boolean) |
Constructeur d’attributs. |
Propriétés
DisallowUserTemplates |
Obtient une valeur qui indique s'il faut interdire des modèles utilisateur. |