共用方式為


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

取得值,這個值表示是否不允許用戶範本。

適用於