OverlayDictionaryTryGetValue Method

CVB.Net Documentation
Try to get a value from the collection. Will not raise and exception if the specified key does not exist.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public bool TryGetValue(
	string key,
	out OverlayPluginInfo value
)

Parameters

key
Type: SystemString
key of the entry to be retrieved
value
Type: Stemmer.Cvb.Forms.OverlaysOverlayPluginInfo
retrieved value

Return Value

Type: Boolean
true if there was a value for the specified key, false otherwise

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also

Reference