GraphConditionalStyle.Matches-Methode
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
Parameter
- context
Typ: System.Object
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.