IXamlMember.Type 属性

定义

获取成员所使用的类型的 IXamlType

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

属性值

成员所使用的类型的 IXamlType

适用于