IXamlMember.TargetType 属性

定义

获取成员可以存在的类型的 IXamlType

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

属性值

成员可以存在的类型的 IXamlType

适用于