[This is preliminary documentation and is subject to change.]
Gets the fields from the SIFElement for the specified version of SIF. Only
the fields that apply to the requested version of SIF will be returned.
| C# | Visual Basic | Visual C++ |
public virtual ICollection<SimpleField> GetFields( SifElement element, SifVersion version )
Public Overridable Function GetFields ( _ element As SifElement, _ version As SifVersion _ ) As ICollection(Of SimpleField)
public: virtual ICollection<SimpleField^>^ GetFields ( SifElement^ element, SifVersion^ version )
- element (SifElement)
- version (SifVersion)