다음을 통해 공유


TemplateWizardDisallowUserTemplatesSecurityAttribute 클래스

정의

이 특성은 마법사 확장 구현에 배치하여 마법사 확장에 호출할 수 있는 템플릿을 제한할 수 있습니다.

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
상속
TemplateWizardDisallowUserTemplatesSecurityAttribute
특성

생성자

TemplateWizardDisallowUserTemplatesSecurityAttribute(Boolean)

특성 생성자입니다.

속성

DisallowUserTemplates

사용자 템플릿을 허용하지 않는지 여부를 나타내는 값을 가져옵니다.

적용 대상