Share via


IVsDataExplorerChildNodeCollection.IndexOf Method (String, array<Object )

Retrieves the index of the connection node corresponding to the specified name type name and identifiers.

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

Syntax

'Declaration
Function IndexOf ( _
    typeName As String, _
    identifier As Object() _
) As Integer
int IndexOf(
    string typeName,
    Object[] identifier
)
int IndexOf(
    String^ typeName, 
    array<Object^>^ identifier
)
abstract IndexOf : 
        typeName:string * 
        identifier:Object[] -> int
function IndexOf(
    typeName : String, 
    identifier : Object[]
) : int

Parameters

  • typeName
    Type: System.String

    The name of the requested data object's type.

  • identifier
    Type: array<System.Object[]

    An array of identifier parts that uniquely identify the requested data object.

Return Value

Type: System.Int32
The index of the connection node in Server Explorer, if found; otherwise, -1.

.NET Framework Security

See Also

Reference

IVsDataExplorerChildNodeCollection Interface

IndexOf Overload

Microsoft.VisualStudio.Data.Services Namespace