XamlSchemaContext.GetXamlDirective(String, String) 方法

定义

返回一个 XamlDirective 值,该值表示用于 XAML 语言或用于特定实现的指令。

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

一个 XamlDirective 对象,表示请求的指令。

例外

xamlNamespacenamenull

注解

如果创建 XamlDirective 作为 XAML 类型系统扩展方案的一部分的派生类,请重写此方法。

适用于