Condividi tramite


Proprietà IVsDataExplorerNodeSelection.Item (String)

Ottiene il nodo specificato dal nome completo dal gruppo di nodi selezionati in Esplora server.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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 : IVsDataExplorerNode
JScript non supporta le proprietà indicizzate.

Parametri

  • fullName
    Tipo: System.String
    Il nome completo del nodo da recuperare.

Valore proprietà

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Un oggetto IVsDataExplorerNode che rappresenta il nodo specificato, o nullriferimento null (Nothing in Visual Basic) se non trovato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataExplorerNodeSelection Interfaccia

Overload Item

Spazio dei nomi Microsoft.VisualStudio.Data.Services