ReferencedObjectCollection.GetReferenceIndex(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index of the reference, or -1
if the object has not been encountered before.
public int GetReferenceIndex (object value);
member this.GetReferenceIndex : obj -> int
Public Function GetReferenceIndex (value As Object) As Integer
Parameters
- value
- Object
The value.
Returns
The index of the reference, or -1
if the object has not been encountered before.