IDirectiveProcessor.ProcessDirective – metoda
Zpracovává směrnice souboru šablony.
Obor názvů: Microsoft.VisualStudio.TextTemplating
Sestavení: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (v Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntaxe
'Deklarace
Sub ProcessDirective ( _
directiveName As String, _
arguments As IDictionary(Of String, String) _
)
void ProcessDirective(
string directiveName,
IDictionary<string, string> arguments
)
void ProcessDirective(
String^ directiveName,
IDictionary<String^, String^>^ arguments
)
abstract ProcessDirective :
directiveName:string *
arguments:IDictionary<string, string> -> unit
function ProcessDirective(
directiveName : String,
arguments : IDictionary<String, String>
)
Parametry
- directiveName
Typ: System.String
- arguments
Typ: System.Collections.Generic.IDictionary<String, 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.