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

Enumaretes elements at specified path.

Namespace:  Phoenix.Configuration
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual ElementInfo[] EnumarateElements(
	params Object[] nodes
)
Public Overridable Function EnumarateElements ( _
	ParamArray nodes As Object() _
) As ElementInfo()
public:
virtual array<ElementInfo^>^ EnumarateElements(
	... array<Object^>^ nodes
)

Parameters

nodes
array< Object >[]()[]
Path to elements. Last is the searched one.

Return Value

Array of ElementInfo objects. Remember that all values are in string.

Implements

ISettings..::.EnumarateElements(array<Object>[]()[])

See Also