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.
Represents an implementation of the IVsDataObjectSupport interface.
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
- 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) |