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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.