IVsDataExplorerNodeSelection.Contains (Método) (String)

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 ( _
    fullName As String _
) As Boolean
bool Contains(
    string fullName
)
bool Contains(
    String^ fullName
)
abstract Contains : 
        fullName:string -> bool 
function Contains(
    fullName : String
) : boolean

Parámetros

  • fullName
    Tipo: System.String
    El nombre completo del nodo a recuperar.

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)