Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.IVsDataExplorerNodeAn 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.