IVsDataConnectionProperties.Add, méthode (String, Type, Object)

Une fois implémentée par une classe, ajoute une nouvelle propriété à la collection actuelle de propriétés de connexion.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Sub Add ( _
    key As String, _
    type As Type, _
    value As Object _
)
void Add(
    string key,
    Type type,
    Object value
)
void Add(
    String^ key, 
    Type^ type, 
    Object^ value
)
abstract Add : 
        key:string * 
        type:Type * 
        value:Object -> unit
function Add(
    key : String, 
    type : Type, 
    value : Object
)

Paramètres

  • key
    Type : String

    Nom de la propriété ajoutée.

  • type
    Type : Type

    Un objet d' Type représentant le type de la propriété.

  • value
    Type : Object

    Valeur de la propriété ajoutée.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataConnectionProperties Interface

Add, surcharge

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms