共用方式為


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

屬性值

支援類型,如相關類型系統或 Interop 支援類型所表示。 這是 System.Type for Microsoft .NET 的類型參考 (,這是 Visual C++ 元件延伸模組的 TypeName 協助程式結構, (C++/CX) ) 。

備註

注意

如果您是使用 Microsoft .NET 語言進行程式設計, (C# 或 Microsoft Visual Basic) , TypeName 類型會專案為 System.Type。 如果您使用 Visual C++ 元件延伸模組 (C++/CX) ) ,這是 TypeName 協助程式結構。

適用於

另請參閱