XamlType.UnderlyingType プロパティ

定義

このTypeの基になる CLR XamlTypeを取得します。

public:
 property Type ^ UnderlyingType { Type ^ get(); };
public Type UnderlyingType { get; }
member this.UnderlyingType : Type
Public ReadOnly Property UnderlyingType As Type

プロパティ値

このTypeの基になる CLR XamlType

適用対象