Share via


LockEvents Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Property LockEvents As Boolean
    Get
    Set
'Usage
Dim instance As TextBuffer
Dim value As Boolean

value = instance.LockEvents

instance.LockEvents = value
public bool LockEvents { get; set; }
public:
property bool LockEvents {
    bool get ();
    void set (bool value);
}
member LockEvents : bool with get, set
function get LockEvents () : boolean
function set LockEvents (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

TextBuffer Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace