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
    Get
public int ItemId { get; }
public:
property int ItemId {
    int get ();
}
member ItemId : int
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

Microsoft.VisualStudio.Data.Framework Namespace