VersionControlFolderDifference.IsDiffInProgress Property
Note: This API is now obsolete.
Return true if the background comparison is in progress.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property has been deprecated. Please use IsBusy instead.", _
False)> _
Public ReadOnly Property IsDiffInProgress As Boolean
[ObsoleteAttribute("This property has been deprecated. Please use IsBusy instead.",
false)]
public bool IsDiffInProgress { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please use IsBusy instead.",
false)]
public:
property bool IsDiffInProgress {
bool get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please use IsBusy instead.",
false)>]
member IsDiffInProgress : bool with get
function get IsDiffInProgress () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
.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
VersionControlFolderDifference Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace