RelatedDocDataCollection::Contains Method (DocData^)

 

Determines whether the collection contains the specified document data object.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
bool Contains(
	DocData^ value
)

Return Value

Type: System::Boolean

true if the collection contains the specified document data object, otherwise false.

Return to top
Show: