TemplateWizardSecurityAttribute クラス
更新 : 2007 年 11 月
テンプレート ウィザードの拡張機能が、指定したテンプレートで呼び出された場合のみ実行するように指定します。
名前空間 : Microsoft.VisualStudio.TemplateWizard
アセンブリ : Microsoft.VisualStudio.TemplateWizardInterface (Microsoft.VisualStudio.TemplateWizardInterface.dll 内)
構文
'宣言
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False, AllowMultiple := True)> _
Public NotInheritable Class TemplateWizardSecurityAttribute _
Inherits Attribute
'使用
Dim instance As TemplateWizardSecurityAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public sealed class TemplateWizardSecurityAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = false, AllowMultiple = true)]
public ref class TemplateWizardSecurityAttribute sealed : public Attribute
public final class TemplateWizardSecurityAttribute extends Attribute
継承階層
System.Object
System.Attribute
Microsoft.VisualStudio.TemplateWizard.TemplateWizardSecurityAttribute
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。