GraphSetterCollection.Contains(GraphSetter) 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.
Checks to see if the Setter is in this collection
public:
virtual bool Contains(Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^ item);
public bool Contains (Microsoft.VisualStudio.GraphModel.Styles.GraphSetter item);
abstract member Contains : Microsoft.VisualStudio.GraphModel.Styles.GraphSetter -> bool
override this.Contains : Microsoft.VisualStudio.GraphModel.Styles.GraphSetter -> bool
Public Function Contains (item As GraphSetter) As Boolean
Parameters
- item
- GraphSetter
The setter to check for
Returns
True if the setter is in the list, false otherwise.