Sdílet prostřednictvím


IVsDataExplorerNodeSelection.Contains – metoda (String, array<Object )

Označuje, zda obsahuje skupiny vybrané uzly uzel určený k plným názvem.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Function Contains ( _
    typeName As String, _
    identifier As Object() _
) As Boolean
bool Contains(
    string typeName,
    Object[] identifier
)
bool Contains(
    String^ typeName, 
    array<Object^>^ identifier
)
abstract Contains : 
        typeName:string * 
        identifier:Object[] -> bool 
function Contains(
    typeName : String, 
    identifier : Object[]
) : boolean

Parametry

  • typeName
    Typ: System.String
    Název datového typu objektu, který je vyjádřen v uzlu k načtení.
  • identifier
    Typ: array<System.Object[]
    Pole data objektu identifikátor části, které představují uzlu.

Vrácená hodnota

Typ: System.Boolean
true Pokud je ve výběru uzlu; jinak false .

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataExplorerNodeSelection Rozhraní

Contains – přetížení

Microsoft.VisualStudio.Data.Services – obor názvů