Share via


IXamlMember.TargetType Property

Definition

Gets the IXamlType of the type where the member can exist.

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

Property Value

The IXamlType of the type where the member can exist.

Applies to