TemplateWizardDisallowUserTemplatesSecurityAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個屬性可以放在精靈延伸模組實作上,以限制哪些範本可以呼叫精靈擴充功能。
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 |
取得值,這個值表示是否不允許用戶範本。 |