Click or drag to resize

BcfBindingSourceCollectionTryGetValue Method

[This is preliminary documentation and is subject to change.]

Gets the value associated with the specified key.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public bool TryGetValue(
	string key,
	out BcfBindingSource value
)

Parameters

key
Type: SystemString
The key of the value to get.
value
Type: CalculationWorks.ViewModel.FormsBcfBindingSource
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.

Return Value

Type: Boolean
true if the collection contains an element with the specified key; otherwise false.
Version Information

Forms

Supported in: 4.0
See Also