Share via


GraphConditionalStyle.Matches Method

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

Syntax

'Declaration
Public Function Matches ( _
    context As Object _
) As Boolean
public bool Matches(
    Object context
)
public:
bool Matches(
    Object^ context
)
member Matches : 
        context:Object -> bool 
public function Matches(
    context : Object
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

GraphConditionalStyle Class

Microsoft.VisualStudio.GraphModel.Styles Namespace