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