VSITEMSELECTION.itemid Field
identifier that represents the selected item. For valid itemid values, see VSITEMID.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
Public itemid As UInteger
'使用
Dim instance As VSITEMSELECTION
Dim value As UInteger
value = instance.itemid
instance.itemid = value
public uint itemid
public:
unsigned int itemid
public var itemid : uint
Field Value
Type: System.UInt32
Remarks
COM Signature
From vsshell.idl:
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.