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)

property bool IsEditingDisabled {
	bool get();
}

Property Value

Type: System::Boolean

true if editing is disabled in this IDifferenceBuffer, otherwise false.

Return to top
Show: