Share via


IVsaItem.ItemType プロパティ

指定したオブジェクトの型を取得します。オブジェクトの型は、IVsaItems.CreateItem Method メソッドで決定されています。

名前空間:  Microsoft.Vsa
アセンブリ:  Microsoft.Vsa (Microsoft.Vsa.dll 内)

構文

'宣言
ReadOnly Property ItemType As VsaItemType
VsaItemType ItemType { get; }
property VsaItemType ItemType {
    VsaItemType get ();
}
abstract ItemType : VsaItemType with get
function get ItemType () : VsaItemType

プロパティ値

型 : Microsoft.Vsa.VsaItemType
VsaItemType 列挙体で列挙されている型。

参照

関連項目

IVsaItem インターフェイス

Microsoft.Vsa 名前空間