XamlSchemaContext.GetXamlDirective(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XAML 言語または特定の実装のディレクティブを表す XamlDirective 値を返します。
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
パラメーター
- xamlNamespace
- String
名前付きディレクティブが含まれている XAML 名前空間。
- name
- String
取得するディレクティブの名前。
戻り値
要求されたディレクティブを表す XamlDirective オブジェクト。
例外
xamlNamespace
または name
が null
です。
注釈
XAML 型システム拡張シナリオの一部として派生クラス XamlDirective を作成する場合は、このメソッドをオーバーライドします。