Compartilhar via


Construtor ProvideDirectiveProcessorAttribute

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (em Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)

Sintaxe

'Declaração
Public Sub New ( _
    type As Type, _
    name As String, _
    description As String _
)
public ProvideDirectiveProcessorAttribute(
    Type type,
    string name,
    string description
)
public:
ProvideDirectiveProcessorAttribute(
    Type^ type, 
    String^ name, 
    String^ description
)
new : 
        type:Type * 
        name:string * 
        description:string -> ProvideDirectiveProcessorAttribute
public function ProvideDirectiveProcessorAttribute(
    type : Type, 
    name : String, 
    description : String
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ProvideDirectiveProcessorAttribute Classe

Namespace Microsoft.VisualStudio.TextTemplating.VSHost