Share via


VersionControlFolderDifference.IsCanceled Property

Return true if the background comparison is canceled

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property IsCanceled As Boolean
public bool IsCanceled { get; }
public:
property bool IsCanceled {
    bool get ();
}
member IsCanceled : bool with get
function get IsCanceled () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

VersionControlFolderDifference Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace