次の方法で共有


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

適用対象