IVsComReference.MinorVersion 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 COM 引用的次版本号。
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")>]
[<System.Runtime.InteropServices.DispId(1610743814)>]
member this.MinorVersion : uint16 with get, set
Public Property MinorVersion As UShort
属性值
COM 引用的次版本号。
- 属性