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

Получает имя шаблона, позволяющего вызывать расширение мастера шаблонов.

Применяется к