次の方法で共有


IJSVsaItem.ItemType プロパティ

定義

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

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

プロパティ値

JSVsaItemType

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

適用対象