IXamlMetadataProvider.GetXamlType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetXamlType(String) |
根据指定完整类型名称,实现对基础类型映射的 XAML 架构上下文访问。 |
GetXamlType(TypeName) |
基于提供描述类型的帮助程序值,实现对基础类型映射的 XAML 架构上下文访问。 |
GetXamlType(String)
根据指定完整类型名称,实现对基础类型映射的 XAML 架构上下文访问。
public:
IXamlType ^ GetXamlType(Platform::String ^ fullName);
/// [Windows.Foundation.Metadata.Overload("GetXamlTypeByFullName")]
IXamlType GetXamlType(winrt::hstring const& fullName);
[Windows.Foundation.Metadata.Overload("GetXamlTypeByFullName")]
public IXamlType GetXamlType(string fullName);
function getXamlType(fullName)
Public Function GetXamlType (fullName As String) As IXamlType
参数
- fullName
-
String
Platform::String
winrt::hstring
要为其返回 XAML 类型映射的类的名称。
返回
架构上下文对 IXamlType 概念的实现。
- 属性
另请参阅
适用于
GetXamlType(TypeName)
基于提供描述类型的帮助程序值,实现对基础类型映射的 XAML 架构上下文访问。
public:
IXamlType ^ GetXamlType(TypeName type);
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Overload("GetXamlType")]
IXamlType GetXamlType(TypeName const& type);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Overload("GetXamlType")]
public IXamlType GetXamlType(System.Type type);
function getXamlType(type)
Public Function GetXamlType (type As Type) As IXamlType
参数
返回
架构上下文对 IXamlType 概念的实现。
- 属性
注解
注意
如果使用 Microsoft .NET 语言 (C# 或 Microsoft Visual Basic) 进行编程, 则 TypeName 类型投影为 System.Type。
有关 IXamlMetadataProvider、 IXamlType 和 IXamlMember 以及它们如何用于 XAML 自定义类型的详细信息,请参阅 IXamlType 的“备注”部分。