Freigeben über


IVsDataExplorerNodeSelection.Contains-Methode (String)

Gibt an, ob die Gruppe ausgewählter Knoten den Knoten enthält, der durch ihren vollständigen Namen angegeben wird.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function Contains ( _
    fullName As String _
) As Boolean
bool Contains(
    string fullName
)
bool Contains(
    String^ fullName
)
abstract Contains : 
        fullName:string -> bool
function Contains(
    fullName : String
) : boolean

Parameter

  • fullName
    Typ: String

    Der vollständige Name des Knotens abzurufen.

Rückgabewert

Typ: Boolean
true , wenn der angegebene Knoten in der nächsten Knotenauswahl vorhanden ist; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerNodeSelection Schnittstelle

Contains-Überladung

Microsoft.VisualStudio.Data.Services-Namespace