IVsComReference.MinorVersion Property
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.
Gets or sets the minor version number of the COM reference.
public:
property System::UInt16 MinorVersion { System::UInt16 get(); void set(System::UInt16 value); };
public:
property unsigned short MinorVersion { unsigned short get(); void set(unsigned short value); };
[System.Runtime.InteropServices.ComAliasName("OLE.WORD")]
[System.Runtime.InteropServices.DispId(1610743814)]
public ushort MinorVersion { get; set; }
[System.Runtime.InteropServices.ComAliasName("OLE.WORD")]
public ushort MinorVersion { get; set; }
[<System.Runtime.InteropServices.ComAliasName("OLE.WORD")>]
[<System.Runtime.InteropServices.DispId(1610743814)>]
member this.MinorVersion : uint16 with get, set
[<System.Runtime.InteropServices.ComAliasName("OLE.WORD")>]
member this.MinorVersion : uint16 with get, set
Public Property MinorVersion As UShort
Property Value
The minor version number of the COM reference.
- Attributes