Gets the build number of the assembly.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides ReadOnly Property BuildNumber As Integer
'使用
Dim instance As OAAssemblyReference
Dim value As Integer
value = instance.BuildNumber
public override int BuildNumber { get; }
public:
virtual property int BuildNumber {
int get () override;
}
public override function get BuildNumber () : int
Property Value
Type: System.Int32
The build number of the assembly.
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.