[This is preliminary documentation and is subject to change.]
Create a SimpleField from the value that this type represents
| C# | Visual Basic | Visual C++ |
public virtual SimpleField CreateField( SifElement parent, IElementDef id )
Public Overridable Function CreateField ( _ parent As SifElement, _ id As IElementDef _ ) As SimpleField
public: virtual SimpleField^ CreateField ( SifElement^ parent, IElementDef^ id )
- parent (SifElement)
- The SIFElement that will be the parent of the field
- id (IElementDef)
- The metatdata definition of the field being set
A SimpleField instance initialized with the proper value