Partager via


DatabasePropertyPageControlData, constructeur (Int32, String, Control)

Initialise une nouvelle instance de la classe DatabasePropertyPageControlData.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    id As Integer, _
    name As String, _
    formControl As Control _
)
public DatabasePropertyPageControlData(
    int id,
    string name,
    Control formControl
)
public:
DatabasePropertyPageControlData(
    int id, 
    String^ name, 
    Control^ formControl
)
new : 
        id:int * 
        name:string * 
        formControl:Control -> DatabasePropertyPageControlData
public function DatabasePropertyPageControlData(
    id : int, 
    name : String, 
    formControl : Control
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

DatabasePropertyPageControlData Classe

DatabasePropertyPageControlData, surcharge

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms