NodeCollection.IndexOf Method
Gets the index of the specified Node in this collection.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
‘선언
Public Function IndexOf ( _
value As Node _
) As Integer
public int IndexOf(
Node value
)
public:
int IndexOf(
Node^ value
)
member IndexOf :
value:Node -> int
public function IndexOf(
value : Node
) : int
Parameters
- value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Node
The Node object for which the index is desired.
Return Value
Type: System.Int32
The index of the specified Node in this collection. Returns -1 if the node is not found.
.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.