BaseCompareEditorPane.UpdateOperationCancelledExceptionText Property

Gets the update operation cancelled exception text.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected MustOverride ReadOnly Property UpdateOperationCancelledExceptionText As String
    Get
'Usage
Dim value As String

value = Me.UpdateOperationCancelledExceptionText
protected abstract string UpdateOperationCancelledExceptionText { get; }
protected:
virtual property String^ UpdateOperationCancelledExceptionText {
    String^ get () abstract;
}
abstract function get UpdateOperationCancelledExceptionText () : String
abstract UpdateOperationCancelledExceptionText : string

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BaseCompareEditorPane Class

BaseCompareEditorPane Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace