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 |
テンプレート ウィザード拡張機能の呼び出しが許可されているテンプレートの名前を取得します。 |