IVsComReference::MinorVersion Property

 

Gets or sets the minor version number of the COM reference.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[ComAliasNameAttribute("OLE.WORD")]
[DispIdAttribute(1610743814)]
property unsigned short MinorVersion {
	unsigned short get();
	void set(unsigned short value);
}

Property Value

Type: System::UInt16

The minor version number of the COM reference.

Return to top
Show: