IVsDataViewSupport Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |