GraphConditionalStyle::Matches Method (Object^)
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- context
-
Type:
System::Object^
The object against which to evaluate the conditions.
Return Value
Type: System::BooleanTrue if this style should be applied to the given context object; false otherwise.
Show: