共用方式為


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 : 
        fullName:string -> IVsDataExplorerNode with get
JScript 不支援索引屬性。

參數

  • fullName
    類型:String

    要擷取的節點的完整名稱。

屬性值

類型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
IVsDataExplorerNode 物件表示指定之節點的或 nullnull 參考 (即 Visual Basic 中的 Nothing) ,如果找不到則為。

.NET Framework 安全性

請參閱

參考

IVsDataExplorerNodeSelection 介面

Item 多載

Microsoft.VisualStudio.Data.Services 命名空間