Share via


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 입니다.

적용 대상