Share via


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

  • setter
    Type: SetDelegate
    The set delegate request
  • getter
    Type: GetDelegate
    The get delegate request
  • flags
    Type: ControlDataFlags
    Control data flags

.NET Framework Security

See Also

Reference

DBPropertyControlData Class

DBPropertyControlData Members

DBPropertyControlData Overload

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