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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。