Share via


IVsDataExplorerNodeSelection.Contains Method (String)

Indicates whether the group of selected nodes contains the node specified by its full name.

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

Parameters

  • fullName
    Type: System.String

    The full name of the node to retrieve.

Return Value

Type: System.Boolean
true if the specified node is present in the node selection; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataExplorerNodeSelection Interface

Contains Overload

Microsoft.VisualStudio.Data.Services Namespace