IDirectiveProcessor.ProcessDirective Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Şablon dosyasından bir yönergeyi işler.
public:
void ProcessDirective(System::String ^ directiveName, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ arguments);
public void ProcessDirective (string directiveName, System.Collections.Generic.IDictionary<string,string> arguments);
abstract member ProcessDirective : string * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub ProcessDirective (directiveName As String, arguments As IDictionary(Of String, String))
Parametreler
- directiveName
- String
- arguments
- IDictionary<String,String>