IVsComReference.MajorVersion 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 COM 引用的主版本号。
public:
property System::UInt16 MajorVersion { System::UInt16 get(); void set(System::UInt16 value); };
public:
property unsigned short MajorVersion { unsigned short get(); void set(unsigned short value); };
[System.Runtime.InteropServices.ComAliasName("OLE.WORD")]
[System.Runtime.InteropServices.DispId(1610743812)]
public ushort MajorVersion { get; set; }
[<System.Runtime.InteropServices.ComAliasName("OLE.WORD")>]
[<System.Runtime.InteropServices.DispId(1610743812)>]
member this.MajorVersion : uint16 with get, set
Public Property MajorVersion As UShort
属性值
COM 引用的主版本号。
- 属性