GraphConditionalStyle::Matches Method (Object^)

 

Determines whether the style should be applied based on the given context object.

If the style has no conditions or all the conditions are met, the style should be applied.

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

public:
bool Matches(
	Object^ context
)

Parameters

context
Type: System::Object^

The object against which to evaluate the conditions.

Return Value

Type: System::Boolean

True if this style should be applied to the given context object; false otherwise.

Return to top
Show: