Share via


DataViewMenuCommand.ItemId Property

Gets the item ID.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public ReadOnly Property ItemId As Integer
'Usage
Dim instance As DataViewMenuCommand 
Dim value As Integer 

value = instance.ItemId
public int ItemId { get; }
public:
property int ItemId {
    int get ();
}
public function get ItemId () : int

Property Value

Type: System.Int32
Returns an integer value representing the item ID.

.NET Framework Security

See Also

Reference

DataViewMenuCommand Class

DataViewMenuCommand Members

Microsoft.VisualStudio.Data.Framework Namespace