Share via


IVsDataViewSupport Interface

Definition

Represents an ability to supply an XML stream that drives support for describing a data source in terms of a hierarchy of data objects.

public interface class IVsDataViewSupport : Microsoft::VisualStudio::Data::Core::IVsDataSupport
public interface IVsDataViewSupport : Microsoft.VisualStudio.Data.Core.IVsDataSupport
type IVsDataViewSupport = interface
    interface IVsDataSupport
Public Interface IVsDataViewSupport
Implements IVsDataSupport
Derived
Implements

Methods

Close()

When implemented by a class, closes the I/O stream to the data view resource.

Initialize()

When implemented by a class, initializes the data view hierarchy.

OpenSupportStream()

Opens and returns the stream of data support XML that is represented by the data support object.

(Inherited from IVsDataSupport)

Applies to