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
'إقرار
ReadOnly Property ItemType As VsaItemType
Get
'الاستخدام
Dim instance As IVsaItem
Dim value As VsaItemType
value = instance.ItemType
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.