IVsComReference::MajorVersion Property

 

Gets or sets the major 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)

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

Property Value

Type: System::UInt16

The major version number of the COM reference.

Return to top
Show: