DesignerDataView Constructors

Definition

Initializes a new instance of the DesignerDataView class.

Overloads

DesignerDataView(String)

Initializes a new instance of the DesignerDataView class with the specified name.

DesignerDataView(String, String)

Initializes a new instance of the DesignerDataView class with the specified name and owner.

DesignerDataView(String)

Initializes a new instance of the DesignerDataView class with the specified name.

protected:
 DesignerDataView(System::String ^ name);
protected DesignerDataView (string name);
new System.ComponentModel.Design.Data.DesignerDataView : string -> System.ComponentModel.Design.Data.DesignerDataView
Protected Sub New (name As String)

Parameters

name
String

The name of the view.

Applies to

DesignerDataView(String, String)

Initializes a new instance of the DesignerDataView class with the specified name and owner.

protected:
 DesignerDataView(System::String ^ name, System::String ^ owner);
protected DesignerDataView (string name, string owner);
new System.ComponentModel.Design.Data.DesignerDataView : string * string -> System.ComponentModel.Design.Data.DesignerDataView
Protected Sub New (name As String, owner As String)

Parameters

name
String

The name of the view.

owner
String

The data-store owner of the view.

Applies to