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