IVsDataObjectSupport Interface

Definition

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

public interface class IVsDataObjectSupport : Microsoft::VisualStudio::Data::Core::IVsDataSupport
[Microsoft.VisualStudio.Data.Core.DataClientObject("FBCD1862-4BF3-4562-A8A6-3A8B66AEAC00")]
public interface IVsDataObjectSupport : Microsoft.VisualStudio.Data.Core.IVsDataSupport
[<Microsoft.VisualStudio.Data.Core.DataClientObject("FBCD1862-4BF3-4562-A8A6-3A8B66AEAC00")>]
type IVsDataObjectSupport = interface
    interface IVsDataSupport
Public Interface IVsDataObjectSupport
Implements IVsDataSupport
Derived
Attributes
Implements

Methods

OpenSupportStream()

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

(Inherited from IVsDataSupport)

Applies to