IXamlType.UnderlyingType 属性

定义

获取支持类型的信息。

public:
 property TypeName UnderlyingType { TypeName get(); };
TypeName UnderlyingType();
public System.Type UnderlyingType { get; }
var typeName = iXamlType.underlyingType;
Public ReadOnly Property UnderlyingType As Type

属性值

相关类型系统或互操作支持类型表示的支持类型。 这是 Microsoft .NET 的 System.Type (类型引用,这是 Visual C++ 组件扩展 (C++/CX) ) 的 TypeName 帮助程序结构。

注解

注意

如果使用 Microsoft .NET 语言 (C# 或 Microsoft Visual Basic) 进行编程, TypeName 类型将投影为 System.Type。 如果使用 Visual C++ 组件扩展 (C++/CX) ) ,则这是 一个 TypeName 帮助程序结构。

适用于

另请参阅