ProvideDirectiveProcessorAttribute – konstruktor
Obor názvů: Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení: Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (v Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)
Syntaxe
'Deklarace
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
)
Parametry
- type
Typ: Type
- name
Typ: String
- description
Typ: String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.