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