Share via


ModelingDocData.UndoManagerIsShared Property

Gets the UndoManager class and verifies whether it is shared among documents.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property UndoManagerIsShared As Boolean
'Usage
Dim value As Boolean 

value = Me.UndoManagerIsShared
protected override bool UndoManagerIsShared { get; }
protected:
virtual property bool UndoManagerIsShared {
    bool get () override;
}
protected override function get UndoManagerIsShared () : boolean

Property Value

Type: System.Boolean
true if the UndoManager class is shared among documents; otherwise, false.

.NET Framework Security

See Also

Reference

ModelingDocData Class

ModelingDocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace