IVsDataExplorerNodeSelection.Item 属性 (String)

从所选节点的组获取节点指定由其全名在服务器资源管理器中。

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

语法

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

参数

属性值

类型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
IVsDataExplorerNode 对象表示指定节点的或 nullnull 引用(在 Visual Basic 中为 Nothing),如果未找到。

.NET Framework 安全性

请参见

参考

IVsDataExplorerNodeSelection 接口

Item 重载

Microsoft.VisualStudio.Data.Services 命名空间