IXamlType.BaseType Property

Definition

Gets the IXamlType for the immediate base type of the XAML type. Determination of this value is based on the underlying type for core types.

public:
 property IXamlType ^ BaseType { IXamlType ^ get(); };
IXamlType BaseType();
public IXamlType BaseType { get; }
var iXamlType = iXamlType.baseType;
Public ReadOnly Property BaseType As IXamlType

Property Value

The IXamlType for the immediate base type of the XAML type.

Applies to