Gets the version number of the COM component.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides ReadOnly Property Version As String
'使用
Dim instance As OAComReference
Dim value As String
value = instance.Version
public override string Version { get; }
public:
virtual property String^ Version {
String^ get () override;
}
public override function get Version () : String
Property Value
Type: System.String
The version number of the COM component.
Implements
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.