[This is preliminary documentation and is subject to change.]
Gets the metadata for this Element
| C# | Visual Basic | Visual C++ |
public virtual IElementDef ElementDef{ get; set;}
Public Overridable Property ElementDef As IElementDef
public: virtual property IElementDef^ ElementDef { IElementDef^ get (); void set (IElementDef^ value); }
an IElementDef that describes this Element
Sets the metadata for this Element.
Note:
this method should not generally be called by agents because the
IElementDef metadata is established in the constructor. It is provided
in order to support the dynamic creation of Element instances by clients
that do not (or cannot) use reflection to call the default constructor.
These clients can call the Class.newInstance method followed
by setElementDef to construct an Element dynamically.