次の方法で共有


IVsaItem.ItemType プロパティ

定義

指定したオブジェクトの型を取得します。オブジェクトの型は、CreateItem(String, VsaItemType, VsaItemFlag) メソッドで決定されています。

public:
 property Microsoft::Vsa::VsaItemType ItemType { Microsoft::Vsa::VsaItemType get(); };
public Microsoft.Vsa.VsaItemType ItemType { get; }
member this.ItemType : Microsoft.Vsa.VsaItemType
Public ReadOnly Property ItemType As VsaItemType

プロパティ値

VsaItemType 列挙体で列挙されている型。

適用対象