IVsComReference.MajorVersion 属性

定义

获取或设置 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

属性值

UInt16

COM 引用的主版本号。

属性

适用于