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
- 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