次の方法で共有


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

適用対象