Click or drag to resize
IReadOnlyElement Properties

The IReadOnlyElement type exposes the following members.

Properties
  NameDescription
Public propertyContext
Retrieve the context used for rendering primitive values
Public propertyExists
Returns true if this element actually exists in the underlying AML, otherwise, returns false to indicate that the element is just a null placeholder put in place to reduce unnecessary null reference checks
Public propertyName
Local XML name of the element
Public propertyParent
Retrieve the parent element
Public propertyValue
String value of the element
Top
See Also