Sdílet prostřednictvím


DatabasePropertyPageControlData – konstruktor (Int32, String, Control, array<Control )

Inicializuje novou instanci DatabasePropertyPageControlData Třída

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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[]
)

Parametry

  • id
    Typ: System.Int32
    Jedinečný identifikátor (na této stránce) pro tuto vlastnost.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DatabasePropertyPageControlData Třída

DatabasePropertyPageControlData – přetížení

Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů