IVsaItem.ItemType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
VsaItemType ItemType { get; }
property VsaItemType ItemType {
    VsaItemType get ();
}
abstract ItemType : VsaItemType with get
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