VsaItem.ItemType 属性

命名空间:  Microsoft.VisualBasic.Vsa
程序集:  Microsoft.VisualBasic.Vsa(在 Microsoft.VisualBasic.Vsa.dll 中)

语法

声明
Public ReadOnly Property ItemType As VsaItemType
public VsaItemType ItemType { get; }
public:
virtual property VsaItemType ItemType {
    VsaItemType get () sealed;
}
abstract ItemType : VsaItemType with get 
override ItemType : VsaItemType with get
final function get ItemType () : VsaItemType

属性值

类型:Microsoft.Vsa.VsaItemType

实现

IVsaItem.ItemType

.NET Framework 安全性

请参阅

参考

VsaItem 类

Microsoft.VisualBasic.Vsa 命名空间