IXamlMember.Type Property

Definition

Gets the IXamlType of the type that is used by the member.

public:
 property IXamlType ^ Type { IXamlType ^ get(); };
IXamlType Type();
public IXamlType Type { get; }
var iXamlType = iXamlMember.type;
Public ReadOnly Property Type As IXamlType

Property Value

The IXamlType of the type that is used by the member.

Applies to