DataObjectSupport Class
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.
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
- 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) |