DataViewSupport Class

Definition

Enables retrieving an XML stream that provides a description of one or more data views.

public ref class DataViewSupport : Microsoft::VisualStudio::Data::DataSupport
[System.Runtime.InteropServices.Guid("62FEBD16-9A14-49c8-AEB1-68CE7604331C")]
public class DataViewSupport : Microsoft.VisualStudio.Data.DataSupport
[<System.Runtime.InteropServices.Guid("62FEBD16-9A14-49c8-AEB1-68CE7604331C")>]
type DataViewSupport = class
    inherit DataSupport
Public Class DataViewSupport
Inherits DataSupport
Inheritance
DataViewSupport
Attributes

Constructors

DataViewSupport()

Class constructor. Instantiates a new instance of the DataViewSupport class.

DataViewSupport(String, Assembly)

Class constructor. Instantiates a new instance of the DataViewSupport class, providing resource base name and the assembly in which the resource is located.

DataViewSupport(String, String)

Class constructor. Instantiates a new instance of the DataViewSupport class.

Methods

GetDataViews()

Retrieves an XML stream that contains a description of one or more data views to display in the Visual Studio Server Explorer tool window for a given connection.

GetSupportStream(CultureInfo)

Obtains a Stream object instance for a specified culture.

(Inherited from DataSupport)

Applies to