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

Type의 기반이 되는 CLR XamlType입니다.

적용 대상