Gets the revision number of the reference.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property RevisionNumber As Integer
'使用
Dim instance As OAReferenceBase
Dim value As Integer
value = instance.RevisionNumber
public virtual int RevisionNumber { get; }
public:
virtual property int RevisionNumber {
int get ();
}
public function get RevisionNumber () : int
Property Value
Type: System.Int32
The revision number of the reference.
Implements
Remarks
By default this method returns 0. This class can represent projects as well as assemblies or COM components.
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.
See Also
Reference
OAReferenceBase<RefType> Class