Freigeben über


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

See Also

Reference

IDifferenceBuffer Interface

Microsoft.VisualStudio.Text.Differencing Namespace