DBPropertyControlData Constructor (Int32, String, Control, ., ., )
Initializes a new instance of the DBPropertyControlData class.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Properties
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub New ( _
id As Integer, _
name As String, _
FormControl As Control, _
setter As SetDelegate, _
getter As GetDelegate, _
flags As ControlDataFlags _
)
'Usage
Dim id As Integer
Dim name As String
Dim FormControl As Control
Dim setter As SetDelegate
Dim getter As GetDelegate
Dim flags As ControlDataFlags
Dim instance As New DBPropertyControlData(id, name, _
FormControl, setter, getter, flags)
public DBPropertyControlData(
int id,
string name,
Control FormControl,
SetDelegate setter,
GetDelegate getter,
ControlDataFlags flags
)
public:
DBPropertyControlData(
int id,
String^ name,
Control^ FormControl,
SetDelegate^ setter,
GetDelegate^ getter,
ControlDataFlags flags
)
public function DBPropertyControlData(
id : int,
name : String,
FormControl : Control,
setter : SetDelegate,
getter : GetDelegate,
flags : ControlDataFlags
)
new :
id:int *
name:string *
FormControl:Control *
setter:SetDelegate *
getter:GetDelegate *
flags:ControlDataFlags -> DBPropertyControlData
Parameters
- id
Type: System.Int32
The assembly ID
- name
Type: System.String
The assembly name
- FormControl
Type: System.Windows.Forms.Control
The form control
- setter
Type: SetDelegate
The set delegate request
- getter
Type: GetDelegate
The get delegate request
- flags
Type: ControlDataFlags
Control data flags
.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
DBPropertyControlData Overload
Microsoft.VisualStudio.Data.Schema.Project.Project.Properties Namespace