Visual Basic (Declaration) | |
---|---|
Public Shared Function IncrementVersion( _ ByVal currentVersion As Version _ ) As Version |
Visual Basic (Usage) | ![]() |
---|---|
Dim currentVersion As Version Dim value As Version value = Common.IncrementVersion(currentVersion) |
C# | |
---|---|
public static Version IncrementVersion( Version currentVersion ) |
C++/CLI | |
---|---|
public: static Version^ IncrementVersion( Version^ currentVersion ) |
Parameters
- currentVersion
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2