VersionAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VersionAttribute(UInt32) |
Creates and initializes a new instance of the attribute. |
VersionAttribute(UInt32, Platform) |
Creates and initializes a new instance of the attribute. |
VersionAttribute(UInt32)
Creates and initializes a new instance of the attribute.
public:
VersionAttribute(unsigned int version);
VersionAttribute(uint32_t const& version);
public VersionAttribute(uint version);
function VersionAttribute(version)
Public Sub New (version As UInteger)
Parameters
- version
-
UInt32
unsigned int
uint32_t
The version to associate with the marked object.
See also
Applies to
VersionAttribute(UInt32, Platform)
Creates and initializes a new instance of the attribute.
public:
VersionAttribute(unsigned int version, Platform platform);
VersionAttribute(uint32_t const& version, Platform const& platform);
public VersionAttribute(uint version, Platform platform);
function VersionAttribute(version, platform)
Public Sub New (version As UInteger, platform As Platform)
Parameters
- version
-
UInt32
unsigned int
uint32_t
The version to associate with the marked object.
- platform
- Platform
A value of the enumeration. The default is Windows.