IVsDataViewInfo Interface
Provides information about a data view.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataViewInfo
public interface IVsDataViewInfo
public interface class IVsDataViewInfo
type IVsDataViewInfo = interface end
public interface IVsDataViewInfo
The IVsDataViewInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConnectionNode | Gets information about a connection node in the data view. | |
DisplayName | Gets the localizable display name of the data view. | |
DragSourceProviderType | Gets the class as a Type that implements the IVsDataViewDragSourceProvider support entity. The provider supplies this implementation. | |
GlobalCommands | Gets the global commands that are available for the entire data view. | |
Name | Gets the programmatic name of the data view. |
Top
Remarks
You can define several data views for the same data connection tree in Server Explorer. You can switch to another view in the Visual Studio IDE.
This interface is implemented as a built-in DDEX service.