IVsDataExplorerChildNodeCollection.Item 属性 (String)

获取具有指定名称的连接节点在服务器资源管理器中。

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

语法

声明
ReadOnly Default Property Item ( _
    name As String _
) As IVsDataExplorerNode
IVsDataExplorerNode this[
    string name
] { get; }
property IVsDataExplorerNode^ default[String^ name] {
    IVsDataExplorerNode^ get (String^ name);
}
abstract Item : IVsDataExplorerNode
JScript 不支持索引属性。

参数

  • name
    类型:System.String
    检索的连接节点的名称在服务器资源管理器中。

属性值

类型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
IVsDataExplorerNode 对象包含连接节点的请求或 nullnull 引用(在 Visual Basic 中为 Nothing),如果未找到连接节点。

.NET Framework 安全性

请参见

参考

IVsDataExplorerChildNodeCollection 接口

Item 重载

Microsoft.VisualStudio.Data.Services 命名空间