AddedComReference.MajorVersion Property
Gets the major version number of the COM reference.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property MajorVersion As Long
'Usage
Dim instance As AddedComReference
Dim value As Long
value = instance.MajorVersion
public long MajorVersion { get; }
public:
property long long MajorVersion {
long long get ();
}
public function get MajorVersion () : long
Property Value
Type: System.Int64
The major 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.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace