DataObjectSupport Class

Definition

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

public ref class DataObjectSupport : Microsoft::VisualStudio::Data::DataSupport
[System.Runtime.InteropServices.Guid("ED513EC3-15EE-4778-9C74-3B865B328870")]
public class DataObjectSupport : Microsoft.VisualStudio.Data.DataSupport
[<System.Runtime.InteropServices.Guid("ED513EC3-15EE-4778-9C74-3B865B328870")>]
type DataObjectSupport = class
    inherit DataSupport
Public Class DataObjectSupport
Inherits DataSupport
Inheritance
DataObjectSupport
Attributes

Constructors

DataObjectSupport()

Class constructor. Instantiates a nonparameterized instance of the DataObjectSupport class.

DataObjectSupport(String, Assembly)

Class constructor. Instantiates a parameterized instance of the DataObjectSupport class that provides means for locating a resource stream.

DataObjectSupport(String, String)

Class constructor. Instantiates a parameterized instance of the DataObjectSupport class that provides resource directory information.

Methods

GetDataObjectTypes()

Retrieves an XML stream that contains information about a set of data object types that can be interpreted and manipulated programmatically.

GetSupportStream(CultureInfo)

Obtains a Stream object instance for a specified culture.

(Inherited from DataSupport)

Applies to