IDirectiveProcessor.ProcessDirective 方法
處理指示詞從範本檔。
命名空間: Microsoft.VisualStudio.TextTemplating
組件: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (在 Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll 中)
語法
'宣告
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>
)
參數
- directiveName
型別:System.String
- arguments
型別:System.Collections.Generic.IDictionary<String, String>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。