[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Ermittelt, ob TokenSet ein Token mit der angegebenen PortId enthält.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public bool ContainsKey( string portId ) |
Visual Basic |
---|
Public Function ContainsKey ( _ portId As String _ ) As Boolean |
F# |
---|
abstract ContainsKey : portId:string -> bool override ContainsKey : portId:string -> bool |
Parameters
- portId
- Type: System..::..String
Die im TokenSet zu suchende PortId.
Return Value
true, wenn das TokenSet ein Token mit der PortId enthält, andernfalls false.Implements
IDictionary<(Of <(<'TKey, TValue>)>)>..::..ContainsKey(TKey)
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | portId ist null. |