Partilhar via


Método IVsDataExplorerNodeSelection.Contains (String)

Indica se o grupo de nós selecionados contém o nó especificado por seu nome completo.

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

Sintaxe

'Declaração
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
    O nome completo do nó para recuperar.

Valor de retorno

Tipo: System.Boolean
true se o nó especificado está presente na seleção do nó; caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerNodeSelection Interface

Sobrecargas Contains

Namespace Microsoft.VisualStudio.Data.Services