XamlSchemaContext.GetXamlDirective(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 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 对象,表示请求的指令。
例外
xamlNamespace
或 name
为 null
。
注解
如果创建 XamlDirective 作为 XAML 类型系统扩展方案的一部分的派生类,请重写此方法。