DynamicSymbolsProvider.TryGetValue Method

Gets the Symbol associated 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 TryGetValue(
    string key,
    out Symbol value
)

Parameters

key

Type: System.String
The key whose Symbol to get.

value

Type: TcHmiSrv.Core.Tools.DynamicSymbols.Symbol.
When this method returns, the Symbol associated with key, if key is found; otherwise, null. This parameter is passed uninitialized.

Return Value

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

Implements

IDictionary.TKey, TValue..TryGetValue(TKey, TValue.)

Reference

DynamicSymbolsProvider Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace