Share via


DataViewSupport Constructors

Definition

Overloads

DataViewSupport(String, Assembly)

Initializes a new instance of the DataViewSupport class with the resource base name and the assembly in which the resource is located.

DataViewSupport(String, String)

Initializes a new instance of the DataViewSupport class with the base name of the XML file and the path to this file.

DataViewSupport(String, Assembly)

Initializes a new instance of the DataViewSupport class with the resource base name and the assembly in which the resource is located.

public:
 DataViewSupport(System::String ^ resourceName, System::Reflection::Assembly ^ assembly);
public DataViewSupport (string resourceName, System.Reflection.Assembly assembly);
new Microsoft.VisualStudio.Data.Framework.DataViewSupport : string * System.Reflection.Assembly -> Microsoft.VisualStudio.Data.Framework.DataViewSupport
Public Sub New (resourceName As String, assembly As Assembly)

Parameters

resourceName
String

The base name of the resource in the assembly.

assembly
Assembly

The assembly that contains the resource.

Applies to

DataViewSupport(String, String)

Initializes a new instance of the DataViewSupport class with the base name of the XML file and the path to this file.

public:
 DataViewSupport(System::String ^ fileName, System::String ^ path);
public DataViewSupport (string fileName, string path);
new Microsoft.VisualStudio.Data.Framework.DataViewSupport : string * string -> Microsoft.VisualStudio.Data.Framework.DataViewSupport
Public Sub New (fileName As String, path As String)

Parameters

fileName
String

The base name of the resource XML file.

path
String

The directory path to the XML file that contains the resource.

Applies to