共用方式為


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

取得允許呼叫範本精靈擴充功能的範本名稱。

適用於