RelatedDocDataCollection.IndexOf(DocData) 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 a specified document data object in the collection.
public:
int IndexOf(Microsoft::VisualStudio::Shell::Design::Serialization::DocData ^ value);
public int IndexOf (Microsoft.VisualStudio.Shell.Design.Serialization.DocData value);
member this.IndexOf : Microsoft.VisualStudio.Shell.Design.Serialization.DocData -> int
Public Function IndexOf (value As DocData) As Integer
Parameters
- value
- DocData
The document data object to find.
Returns
The index of the document data object, or -1 if it was not found.