共用方式為


IVsDataExplorerNodeSelection.Item 屬性 (Int32)

從所選節點的群組取得節點指定的數字識別項在 [伺服器總管] 中。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
ReadOnly Default Property Item ( _
    itemId As Integer _
) As IVsDataExplorerNode
IVsDataExplorerNode this[
    int itemId
] { get; }
property IVsDataExplorerNode^ default[int itemId] {
    IVsDataExplorerNode^ get (int itemId);
}
abstract Item : 
        itemId:int -> IVsDataExplorerNode with get
JScript 不支援索引屬性。

參數

  • itemId
    類型:Int32

    識別節點的數值來擷取。

屬性值

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

.NET Framework 安全性

請參閱

參考

IVsDataExplorerNodeSelection 介面

Item 多載

Microsoft.VisualStudio.Data.Services 命名空間