Поделиться через


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, _
    assocControls As Control() _
)
public DatabasePropertyPageControlData(
    int id,
    string name,
    Control formControl,
    Control[] assocControls
)
public:
DatabasePropertyPageControlData(
    int id, 
    String^ name, 
    Control^ formControl, 
    array<Control^>^ assocControls
)
new : 
        id:int * 
        name:string * 
        formControl:Control * 
        assocControls:Control[] -> DatabasePropertyPageControlData
public function DatabasePropertyPageControlData(
    id : int, 
    name : String, 
    formControl : Control, 
    assocControls : Control[]
)

Parameters

  • id
    Type: System.Int32
    The unique identifier (on this page) for this property.

.NET Framework Security

See Also

Reference

DatabasePropertyPageControlData Class

DatabasePropertyPageControlData Overload

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace