OAReferenceBase<RefType>.MinorVersion Property

Gets the minor version of the reference.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property MinorVersion As Integer
'使用
Dim instance As OAReferenceBase
Dim value As Integer

value = instance.MinorVersion
public virtual int MinorVersion { get; }
public:
virtual property int MinorVersion {
    int get ();
}
public function get MinorVersion () : int

Property Value

Type: System.Int32

The minor version of the reference.

Implements

Reference.MinorVersion

Remarks

By default this method returns 0. This class can represent projects as well as assemblies or COM components.

Permissions

See Also

Reference

OAReferenceBase<RefType> Class

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace