OAReferenceBase<RefType>.Version Property

Gets the version of the reference.

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

Syntax

'宣言
Public Overridable ReadOnly Property Version As String
'使用
Dim instance As OAReferenceBase
Dim value As String

value = instance.Version
public virtual string Version { get; }
public:
virtual property String^ Version {
    String^ get ();
}
public function get Version () : String

Property Value

Type: System.String

The version string.

Implements

Reference.Version

Remarks

By default returns the string form of a default Version. 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