DatabasePropertyPageControlData Constructor (Int32, String, Control, ., ., , array<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, _
setter As MultiValueSetDelegate, _
getter As MultiValueGetDelegate, _
controlDataOptions As ControlDataFlags, _
assocControls As Control() _
)
public DatabasePropertyPageControlData(
int id,
string name,
Control formControl,
MultiValueSetDelegate setter,
MultiValueGetDelegate getter,
ControlDataFlags controlDataOptions,
Control[] assocControls
)
public:
DatabasePropertyPageControlData(
int id,
String^ name,
Control^ formControl,
MultiValueSetDelegate^ setter,
MultiValueGetDelegate^ getter,
ControlDataFlags controlDataOptions,
array<Control^>^ assocControls
)
new :
id:int *
name:string *
formControl:Control *
setter:MultiValueSetDelegate *
getter:MultiValueGetDelegate *
controlDataOptions:ControlDataFlags *
assocControls:Control[] -> DatabasePropertyPageControlData
public function DatabasePropertyPageControlData(
id : int,
name : String,
formControl : Control,
setter : MultiValueSetDelegate,
getter : MultiValueGetDelegate,
controlDataOptions : ControlDataFlags,
assocControls : Control[]
)
Parameters
- id
Type: System.Int32
The unique identifier (on this page) for this property.
- name
Type: System.String
The name of the property.
- formControl
Type: System.Windows.Forms.Control
The control that represents this property on the property page.
- setter
Type: MultiValueSetDelegate
Used to override how the property is persisted.
- getter
Type: MultiValueGetDelegate
Used to override how the property is obtained for display.
- controlDataOptions
Type: ControlDataFlags
Determines whether the property is saved to the user file or to the project file
- assocControls
Type: array<System.Windows.Forms.Control[]
Other associated controls.
.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