DataSupport 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 IVsDataSupport interface.
public ref class DataSupport abstract : Microsoft::VisualStudio::Data::Core::IVsDataSupport
public abstract class DataSupport : Microsoft.VisualStudio.Data.Core.IVsDataSupport
type DataSupport = class
interface IVsDataSupport
Public MustInherit Class DataSupport
Implements IVsDataSupport
- Inheritance
-
DataSupport
- Derived
- Implements
Constructors
DataSupport(String, Assembly) |
Initializes a new instance of the DataSupport class with an XML resource stored in a managed assembly. |
DataSupport(String, String) |
Initializes a new instance of the DataSupport 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. |
OpenSupportStream(CultureInfo) |
Opens a stream of bytes representing the XML content for a specified culture. |