BuildNumberEdited Element
Contains the build number of the instance last used to edit the document, for example, 2195.
Syntax
<BuildNumberEdited>
</BuildNumberEdited>
Attributes
None
Element properties
Property |
Value |
---|---|
Name |
BuildNumberEdited |
Minimum Occurrences |
0 |
Maximum Occurrences |
1 |
Element information
Parent elements
Child elements
None
The format of the full build number, which includes both build and revision information, is described in the following table. To obtain the build number only, you can mask this value as follows:
- In Microsoft Visual Basic:
<BuildNum = BuildNumberEdited And &HFFFF
- In C/C++:
<BuildNum = BuildNumberEdited & 0xFFFF;
Bits |
Description |
---|---|
0 - 15 |
Internal build number |
16 - 20 |
Internal revision number |
21 - 25 |
Minor version number |
26 - 30 |
Major version number (Microsoft Visio 2010 = 14) |
31 |
Reserved |
See also
FullBuildNumberEdited property