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
- context
Type: System.Object
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.