IDifferenceBuffer.IsEditingDisabled Property
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
声明
ReadOnly Property IsEditingDisabled As Boolean
bool IsEditingDisabled { get; }
property bool IsEditingDisabled {
bool get ();
}
abstract IsEditingDisabled : bool
function get IsEditingDisabled () : boolean
Property Value
Type: System.Boolean
.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.