[This is preliminary documentation and is subject to change.]
Specifies more detailed element info.
Namespace:
Phoenix.ConfigurationAssembly: PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class ElementInfo
Public Class ElementInfo
public ref class ElementInfo
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ElementInfo()()() |
Default constuctor.
| |
| ElementInfo(String, array<AttributeInfo>[]()[]) |
Initializes object with specified values.
| |
| ElementInfo(String, String) | ||
| Attributes |
Gets list of attribute Name-Value pairs.
| |
| Name |
Gets or sets element name.
| |
| ToString()()() |
Returns element name and value, if any.
(Overrides Object..::.ToString()()().) | |
| Value |
Gets or sets element value.
|