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 _
)
'Usage
Dim id As Integer
Dim name As String
Dim FormControl As Control
Dim setter As SetDelegate
Dim getter As GetDelegate

Dim instance As New DBPropertyControlData(id, name, _
    FormControl, setter, getter)
public DBPropertyControlData(
    int id,
    string name,
    Control FormControl,
    SetDelegate setter,
    GetDelegate getter
)
public:
DBPropertyControlData(
    int id, 
    String^ name, 
    Control^ FormControl, 
    SetDelegate^ setter, 
    GetDelegate^ getter
)
public function DBPropertyControlData(
    id : int, 
    name : String, 
    FormControl : Control, 
    setter : SetDelegate, 
    getter : GetDelegate
)
new : 
        id:int * 
        name:string * 
        FormControl:Control * 
        setter:SetDelegate * 
        getter:GetDelegate -> DBPropertyControlData

Parameters

  • setter
    Type: SetDelegate
    The set delegate request
  • getter
    Type: GetDelegate
    The get delegate request

.NET Framework Security

See Also

Reference

DBPropertyControlData Class

DBPropertyControlData Members

DBPropertyControlData Overload

Microsoft.VisualStudio.Data.Schema.Project.Project.Properties Namespace