IVsaItem.ItemType Property

Gets the specified object's type, as determined by the IVsaItems.CreateItem Method method.

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

Syntax

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

Property Value

Type: Microsoft.Vsa.VsaItemType
A type as enumerated by the VsaItemType enumeration.

See Also

Reference

IVsaItem Interface

Microsoft.Vsa Namespace