Share via


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
Public property ConnectionNode Gets information about a connection node in the data view.
Public property DisplayName Gets the localizable display name of the data view.
Public property DragSourceProviderType Gets the class as a Type that implements the IVsDataViewDragSourceProvider support entity. The provider supplies this implementation.
Public property GlobalCommands Gets the global commands that are available for the entire data view.
Public property 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.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace