IDifferenceBuffer.IsEditingDisabled Property
Determines whether editing is disabled in this IDifferenceBuffer.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
ReadOnly Property IsEditingDisabled As Boolean
bool IsEditingDisabled { get; }
property bool IsEditingDisabled {
bool get ();
}
abstract IsEditingDisabled : bool with get
function get IsEditingDisabled () : boolean
Property Value
Type: Boolean
true if editing is disabled in this IDifferenceBuffer, 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.