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, _
setter As SetDelegate, _
getter As GetDelegate _
)
public DatabasePropertyPageControlData(
int id,
string name,
Control formControl,
SetDelegate setter,
GetDelegate getter
)
public:
DatabasePropertyPageControlData(
int id,
String^ name,
Control^ formControl,
SetDelegate^ setter,
GetDelegate^ getter
)
new :
id:int *
name:string *
formControl:Control *
setter:SetDelegate *
getter:GetDelegate -> DatabasePropertyPageControlData
public function DatabasePropertyPageControlData(
id : int,
name : String,
formControl : Control,
setter : SetDelegate,
getter : GetDelegate
)
Paramètres
- id
Type : System.Int32
Identificateur unique (sur cette page) de cette propriété.
- name
Type : System.String
Nom de la propriété.
- formControl
Type : System.Windows.Forms.Control
Contrôle qui représente cette propriété sur la page de propriétés.
- setter
Type : SetDelegate
Utilisé pour remplacer la manière dont la propriété doit être rendue persistante.
- getter
Type : GetDelegate
Utilisé pour remplacer la méthode d'obtention de la propriété à afficher.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DatabasePropertyPageControlData Classe
DatabasePropertyPageControlData, surcharge
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms