IVsDataExplorerNode.Parent 属性

当前节点的父节点在服务器资源管理器中。

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

语法

声明
ReadOnly Property Parent As IVsDataExplorerNode
IVsDataExplorerNode Parent { get; }
property IVsDataExplorerNode^ Parent {
    IVsDataExplorerNode^ get ();
}
abstract Parent : IVsDataExplorerNode
function get Parent () : IVsDataExplorerNode

属性值

类型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
表示父节点的 IVsDataExplorerNode 对象。

.NET Framework 安全性

请参见

参考

IVsDataExplorerNode 接口

Microsoft.VisualStudio.Data.Services 命名空间