Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Property MinorVersion As UShort
ushort MinorVersion { get; set; }
property unsigned short MinorVersion {
unsigned short get ();
void set (unsigned short value);
}
abstract MinorVersion : uint16 with get, set
function get MinorVersion () : ushort
function set MinorVersion (value : ushort)
Property Value
Type: UInt16
The minor version number of the COM reference.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.