IVsDataConnectionProperties.Add (Método) (String, Type, Object)
Cuando es implementada por una clase, agrega una nueva propiedad a la colección actual de propiedades de conexión.
Espacio de nombres: Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado: Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)
Sintaxis
'Declaración
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
)
Parámetros
- key
Tipo: System.String
Nombre de la propiedad que se agrega.
- type
Tipo: System.Type
Un objeto de Type que representa el tipo de la propiedad.
- value
Tipo: System.Object
Valor de la propiedad que se agrega.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsDataConnectionProperties Interfaz
Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)