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
'宣言
Function IndexOf ( _
obj As IVsDataObject _
) As Integer
'使用
Dim instance As IVsDataExplorerChildNodeCollection
Dim obj As IVsDataObject
Dim returnValue As Integer
returnValue = instance.IndexOf(obj)
int IndexOf(
IVsDataObject obj
)
int IndexOf(
IVsDataObject^ obj
)
function IndexOf(
obj : IVsDataObject
) : int
Parameters
obj
Type: Microsoft.VisualStudio.Data.Services.IVsDataObjectThe data object to get the index for.
Return Value
Type: System.Int32
The index of the connection node in Server Explorer, if found; otherwise, -1.
Permissions
- 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.
See Also
Reference
IVsDataExplorerChildNodeCollection Interface