IVsDataViewSupport Interface

Definition

Represents the interface that exposes the ability to retrieve an XML stream that provides a description of one or more data views.

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