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

See Also

Reference

VSITEMSELECTION Structure

VSITEMSELECTION Members

Microsoft.VisualStudio.Shell.Interop Namespace