GraphConditionalStyleCollection::Contains Method (GraphConditionalStyle^)

 

Returns true if the given style is already in the list.

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

public:
virtual bool Contains(
	GraphConditionalStyle^ item
) sealed

Parameters

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

The style to search for.

Return Value

Type: System::Boolean

True if the style is in this collection, false otherwise.

Return to top
Show: