ComCompatibleVersionAttribute(Int32, Int32, Int32, Int32) Constructor
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.
Initializes a new instance of the ComCompatibleVersionAttribute class with the major version, minor version, build, and revision numbers of the assembly.
public:
ComCompatibleVersionAttribute(int major, int minor, int build, int revision);
public ComCompatibleVersionAttribute (int major, int minor, int build, int revision);
new System.Runtime.InteropServices.ComCompatibleVersionAttribute : int * int * int * int -> System.Runtime.InteropServices.ComCompatibleVersionAttribute
Public Sub New (major As Integer, minor As Integer, build As Integer, revision As Integer)
Parameters
- major
- Int32
The major version number of the assembly.
- minor
- Int32
The minor version number of the assembly.
- build
- Int32
The build number of the assembly.
- revision
- Int32
The revision number of the assembly.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.