RelatedDocDataCollection.Contains(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.
Determines whether the collection contains the specified document data object.
public:
bool Contains(Microsoft::VisualStudio::Shell::Design::Serialization::DocData ^ value);
public bool Contains (Microsoft.VisualStudio.Shell.Design.Serialization.DocData value);
member this.Contains : Microsoft.VisualStudio.Shell.Design.Serialization.DocData -> bool
Public Function Contains (value As DocData) As Boolean
Parameters
Returns
true
if the collection contains the specified document data object, otherwise false
.