IVsDataConnectionProperties.Add 方法 (String, Type, Object)

当实现由选件类,添加一个新的属性设置为当前连接属性集合。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

IVsDataConnectionProperties 接口

Add 重载

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间