IVsComReference.MinorVersion 属性

定义

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

属性值

UInt16

COM 引用的次版本号。

属性

适用于