|
|
|
SftDirectory.ShellVersionBuild Property |
Returns the Shell's build number.
Syntax
VB.NET |
VersionBuild = object.ShellVersionBuild As Integer |
||
VB |
VersionBuild = object.ShellVersionBuild As Integer |
||
C#.NET |
int VersionBuild = object.ShellVersionBuild; |
||
VC++ |
int VersionBuild = object->ShellVersionBuild;
|
||
C |
HRESULT object->get_ShellVersionBuild(int* VersionBuild); |
||
Delphi |
VersionBuild := object.ShellVersionBuild : Integer; |
object
A SftDirectory object.
VersionBuild
Returns the Shell's build number.
Comments
The ShellVersionBuild property returns the Shell's build number.
The ShellVersionMajor and ShellVersionMinor properties can be used to retrieve the Shell's version. This version information can be used to determine the Shell's features.