Freigeben über


IVsaItem.ItemType-Eigenschaft

Ruft den Typ des angegebenen Objekts ab, wie durch die IVsaItems.CreateItem Method-Methode festgelegt.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.Vsa.VsaItemType
Ein Typ, wie er von der VsaItemType-Enumeration aufgelistet wird.

Siehe auch

Referenz

IVsaItem Schnittstelle

Microsoft.Vsa-Namespace