Share via


DataPackage.Services.LinkedUndoTransactionManager Property

Gets the LinkedUndoTransactionManager service.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared ReadOnly Property LinkedUndoTransactionManager As IVsLinkedUndoTransactionManager
    Get
'Usage
Dim value As IVsLinkedUndoTransactionManager

value = DataPackage..::..Services.LinkedUndoTransactionManager
public static IVsLinkedUndoTransactionManager LinkedUndoTransactionManager { get; }
public:
static property IVsLinkedUndoTransactionManager^ LinkedUndoTransactionManager {
    IVsLinkedUndoTransactionManager^ get ();
}
static function get LinkedUndoTransactionManager () : IVsLinkedUndoTransactionManager
static member LinkedUndoTransactionManager : IVsLinkedUndoTransactionManager

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop.IVsLinkedUndoTransactionManager

.NET Framework Security

See Also

Reference

DataPackage.Services Class

DataPackage.Services Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace