Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the DataExplorerNodeEventArgs class with a data explorer node.
This API is not CLS-compliant.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
    node As IVsDataExplorerNode _
)
[CLSCompliantAttribute(false)]
public DataExplorerNodeEventArgs(
    IVsDataExplorerNode node
)
[CLSCompliantAttribute(false)]
public:
DataExplorerNodeEventArgs(
    IVsDataExplorerNode^ node
)
[<CLSCompliantAttribute(false)>]
new : 
        node:IVsDataExplorerNode -> DataExplorerNodeEventArgs
public function DataExplorerNodeEventArgs(
    node : IVsDataExplorerNode
)
Parameters
- node 
 Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode- An IVsDataExplorerNode object representing a node in the data explorer. 
.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.