Gets the minor version number of the COM component.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property MinorVersionNumber As Integer
'使用
Dim instance As ComReferenceNode
Dim value As Integer
value = instance.MinorVersionNumber
public int MinorVersionNumber { get; }
public:
property int MinorVersionNumber {
int get ();
}
public function get MinorVersionNumber () : int
Property Value
Type: System.Int32
The minor version number of the COM component.
Permissions
- 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.