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
- 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
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace