IXamlType.BaseType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.