Previous Topic: void SetVersionItemOption(HINT32 iOptions)

Next Topic: void SetVersionStatusOption(HINT32 iOptions)


void SetVersionNumber( LPCTSTR szVersion )

Sets the version number to be selected by version chooser.

Note: Must be used with SetVersionOption(VERSION_FILTER_ALL_IN_VIEW).

Owning Class

CaVersionChooser

Arguments

LPCTSTR szVersion - The version number as a string

Return Value

None

Example

CaVersionChooser& rVerChoose= rContext.GetVersionChooser(); rVerChoose.SetVersionNumber(“3.1.1”);

More information: