Share via


DesignerDocDataService.UseWeakEditLock Property

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public Property UseWeakEditLock As Boolean
public bool UseWeakEditLock { get; set; }
public:
property bool UseWeakEditLock {
    bool get ();
    void set (bool value);
}
member UseWeakEditLock : bool with get, set
function get UseWeakEditLock () : boolean
function set UseWeakEditLock (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DesignerDocDataService Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace