DatabasePropertyPageControlData Constructor (Int32, String, Control)
Initializes a new instance of the DatabasePropertyPageControlData class.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub New ( _
id As Integer, _
name As String, _
formControl As Control _
)
public DatabasePropertyPageControlData(
int id,
string name,
Control formControl
)
public:
DatabasePropertyPageControlData(
int id,
String^ name,
Control^ formControl
)
new :
id:int *
name:string *
formControl:Control -> DatabasePropertyPageControlData
public function DatabasePropertyPageControlData(
id : int,
name : String,
formControl : Control
)
Parameters
- id
Type: System.Int32
- name
Type: System.String
- formControl
Type: System.Windows.Forms.Control
The control that represents this property on the property page.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabasePropertyPageControlData Class
DatabasePropertyPageControlData Overload
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace