DataObjectSupport Class

Definition

Enables you to retrieve an XML stream that describes a set of data object types on a data source, which you can then interpret and manipulate programmatically.

public ref class DataObjectSupport : Microsoft::VisualStudio::Data::Framework::DataSupport, Microsoft::VisualStudio::Data::Core::IVsDataSupport, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataObjectSupport
public class DataObjectSupport : Microsoft.VisualStudio.Data.Framework.DataSupport, Microsoft.VisualStudio.Data.Core.IVsDataSupport, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataObjectSupport
type DataObjectSupport = class
    inherit DataSupport
    interface IVsDataObjectSupport
    interface IVsDataSupport
Public Class DataObjectSupport
Inherits DataSupport
Implements IVsDataObjectSupport, IVsDataSupport
Inheritance
DataObjectSupport
Implements

Constructors

DataObjectSupport(String, Assembly)

Instantiates a new instance of the DataObjectSupport class with an XML resource stored in a managed assembly.

DataObjectSupport(String, String)

Instantiates a new instance of the DataObjectSupport class with an XML resource that is stored as a file at a specific file path on disk.

Methods

OpenSupportStream()

Opens a stream of bytes representing the XML content.

(Inherited from DataSupport)
OpenSupportStream(CultureInfo)

Opens a stream of bytes representing the XML content for a specified culture.

(Inherited from DataSupport)

Applies to