Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the version of the file displayed in this history tool window.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property VersionSpec As VersionSpec
public VersionSpec VersionSpec { get; }
public:
property VersionSpec^ VersionSpec {
VersionSpec^ get ();
}
member VersionSpec : VersionSpec with get
function get VersionSpec () : VersionSpec
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
Returns VersionSpec.
.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.TeamFoundation.VersionControl Namespace