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
'宣言
Public Sub New ( _
itemId As Integer _
)
'使用
Dim itemId As Integer
Dim instance As New DataViewNodeEventArgs(itemId)
public DataViewNodeEventArgs(
int itemId
)
public:
DataViewNodeEventArgs(
int itemId
)
public function DataViewNodeEventArgs(
itemId : int
)
Parameters
itemId
Type: System.Int32A numerical value that uniquely identifies the node in the data view.
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.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace