XamlSchemaContext.GetXamlDirective(String, String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca wartość reprezentującą dyrektywę XamlDirective dla języka XAML lub dla określonej implementacji.
public:
virtual System::Xaml::XamlDirective ^ GetXamlDirective(System::String ^ xamlNamespace, System::String ^ name);
public virtual System.Xaml.XamlDirective GetXamlDirective (string xamlNamespace, string name);
abstract member GetXamlDirective : string * string -> System.Xaml.XamlDirective
override this.GetXamlDirective : string * string -> System.Xaml.XamlDirective
Public Overridable Function GetXamlDirective (xamlNamespace As String, name As String) As XamlDirective
Parametry
- xamlNamespace
- String
Przestrzeń nazw XAML zawierająca nazwaną dyrektywę.
- name
- String
Nazwa dyrektywy do uzyskania.
Zwraca
XamlDirective Obiekt reprezentujący żądaną dyrektywę.
Wyjątki
xamlNamespace
lub name
ma wartość null
.
Uwagi
Zastąp tę metodę, jeśli tworzysz klasę pochodną z XamlDirective w ramach scenariusza rozszerzenia systemu typu XAML.