从所选节点的组获取节点指定由其全名在服务器资源管理器中。
命名空间: 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 不支持索引属性。
参数
- fullName
类型:System.String
检索节点的全名。
属性值
类型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
IVsDataExplorerNode 对象表示指定节点的或 nullnull 引用(在 Visual Basic 中为 Nothing),如果未找到。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。