Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the DataViewNodeEventArgs class with the item ID.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Sub New ( _
itemId As Integer _
)
public DataViewNodeEventArgs(
int itemId
)
public:
DataViewNodeEventArgs(
int itemId
)
new :
itemId:int -> DataViewNodeEventArgs
public function DataViewNodeEventArgs(
itemId : int
)
Parameters
- itemId
Type: System.Int32
A numerical value that uniquely identifies the node in the data view.
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace