GraphSetterCollection::Contains Method (GraphSetter^)

 

Checks to see whether the Setter is in this collection

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
virtual bool Contains(
	GraphSetter^ item
) sealed

Parameters

item
Type: Microsoft.VisualStudio.GraphModel.Styles::GraphSetter^

The setter to check for

Return Value

Type: System::Boolean

True if the setter is in the list, false otherwise.

Return to top
Show: