Share via


IVsDataExplorerChildNodeCollection.IndexOf Method (IVsDataObject)

Retrieves the index of the connection node corresponding to the specified data object.

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

Syntax

'Declaration
Function IndexOf ( _
    obj As IVsDataObject _
) As Integer
int IndexOf(
    IVsDataObject obj
)
int IndexOf(
    IVsDataObject^ obj
)
abstract IndexOf : 
        obj:IVsDataObject -> int
function IndexOf(
    obj : IVsDataObject
) : int

Parameters

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