SIFWorks ADK 2.0
DefineVersionInfo Method (version, tag, sequence, flags)
NamespacesEdustructures.SifWorksIElementDefDefineVersionInfo(SifVersion, String, Int32, Int32)

[This is preliminary documentation and is subject to change.]

Add a version-specific definition of the tag to this IElementDef.
Declaration Syntax
C#Visual BasicVisual C++
void DefineVersionInfo(
	SifVersion version,
	string tag,
	int sequence,
	int flags
)
Sub DefineVersionInfo ( _
	version As SifVersion, _
	tag As String, _
	sequence As Integer, _
	flags As Integer _
)
void DefineVersionInfo (
	SifVersion^ version, 
	String^ tag, 
	int sequence, 
	int flags
)
Parameters
version (SifVersion)
A SifVersion constant (other than SIF10r1, which is implicitly defined by all IElementDef class constructors)
tag (String)
The element tag name for this version of SIF
sequence (Int32)
The sequence number for this version of SIF
flags (Int32)
One or more flags such as FD_DEPRECATED

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10