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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.