BaseCompareEditorPane.UpdateFailedFormatText Property
Gets the update failed format 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 UpdateFailedFormatText As String
Get
'Usage
Dim value As String
value = Me.UpdateFailedFormatText
protected abstract string UpdateFailedFormatText { get; }
protected:
virtual property String^ UpdateFailedFormatText {
String^ get () abstract;
}
abstract function get UpdateFailedFormatText () : String
abstract UpdateFailedFormatText : 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