RelatedDocDataCollection::Contains Method (DocData^)
Visual Studio 2015
Determines whether the collection contains the specified document data object.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- value
-
Type:
Microsoft.VisualStudio.Shell.Design.Serialization::DocData^
The DocData object.
Return Value
Type: System::Booleantrue if the collection contains the specified document data object, otherwise false.
Show: