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 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.