Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the index of the connection node corresponding to the specified data object identifier.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function IndexOf ( _
itemId As Integer _
) As Integer
int IndexOf(
int itemId
)
int IndexOf(
int itemId
)
abstract IndexOf :
itemId:int -> int
function IndexOf(
itemId : int
) : int
Parameters
- itemId
Type: System.Int32
An integer value representing the ID of the data object.
Return Value
Type: System.Int32
The index of the connection node in Server Explorer, if found; otherwise, -1.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.