DynamicSymbolsProvider.ContainsKey Method

Determines whether the DynamicSymbolsProvider contains a Symbol with the specified key.

Namespace:  TcHmiSrv.Core.Tools.DynamicSymbols
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public bool ContainsKey(
    string key
)

Parameters

key

Type: System.String
The key to locate in the DynamicSymbolsProvider.

Return Value

Type: Boolean
true if the DynamicSymbolsProvider contains a Symbol with key; otherwise, false.

Implements

IDictionary.TKey, TValue..ContainsKey(TKey)

Reference

DynamicSymbolsProvider Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace