Compartir a través de


IVsDataExplorerNodeSelection.Contains (Método) (String, array<Object )

Indica si el grupo de nodos seleccionados contiene el nodo especificado por su nombre completo.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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

Parámetros

  • typeName
    Tipo: System.String
    El nombre del tipo de objeto de datos que se representa en el nodo para recuperar.
  • identifier
    Tipo: array<System.Object[]
    Una matriz de las partes del identificador de objeto de datos que representan el nodo.

Valor devuelto

Tipo: System.Boolean
true si el nodo especificado está presente en la selección de nodo; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNodeSelection Interfaz

Contains (Sobrecarga)

Microsoft.VisualStudio.Data.Services (Espacio de nombres)