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.
Determines whether the edit transaction has been canceled.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Property Canceled As Boolean
public bool Canceled { get; private set; }
public:
property bool Canceled {
bool get ();
private: void set (bool value);
}
member Canceled : bool with get, private set
function get Canceled () : boolean
private function set Canceled (value : boolean)
Property Value
Type: System.Boolean
true if the edit transaction was canceled, otherwise false.
.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.