IVsDataExplorerNode Interface

Represents any node in the Visual Studio Server Explorer that appears as a child to the Data Connections node.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

<CLSCompliantAttribute(False)> _
Public Interface IVsDataExplorerNode

Dim instance As IVsDataExplorerNode
[CLSCompliantAttribute(false)]
public interface IVsDataExplorerNode
[CLSCompliantAttribute(false)]
public interface class IVsDataExplorerNode
public interface IVsDataExplorerNode

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace