NodeMapTryGetValue Method (String, Node)

CVB.Net Documentation
Tries to get the node with the given name.

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

public override bool TryGetValue(
	string name,
	out Node value
)

Parameters

name
Type: SystemString
Name of the node (namespace prefix optional).
value
Type: Stemmer.Cvb.GenApiNode
Will contain the Node object if present.

Return Value

Type: Boolean
true if name is contained in this dictionary; false otherwise.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also

Reference