Partager via


IVsDataExplorerNodeSelection.Item, propriété (String)

Obtient le nœud spécifié par son nom complet du groupe de nœuds sélectionnés dans l'explorateur de serveurs.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les propriétés indexées.

Paramètres

  • fullName
    Type : String

    Le nom complet du nœud à récupérer.

Valeur de propriété

Type : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Un objet d' IVsDataExplorerNode représentant le nœud spécifié, ou nullune référence null (Nothing en Visual Basic) s'appuient.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNodeSelection Interface

Item, surcharge

Microsoft.VisualStudio.Data.Services, espace de noms