IDirectiveProcessor.ProcessDirective Method
Processes a directive from a template file.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntax
'Declaration
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>
)
Parameters
- directiveName
Type: String
- arguments
Type: IDictionary<String, String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.