Delen via


DataPackage.Services.LinkedUndoTransactionManager Property

Gets the service for the LinkedUndoTransactionManager,

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

Syntax

'Declaration
Public Shared ReadOnly Property LinkedUndoTransactionManager As IVsLinkedUndoTransactionManager
public static IVsLinkedUndoTransactionManager LinkedUndoTransactionManager { get; }
public:
static property IVsLinkedUndoTransactionManager^ LinkedUndoTransactionManager {
    IVsLinkedUndoTransactionManager^ get ();
}
static member LinkedUndoTransactionManager : IVsLinkedUndoTransactionManager
static function get LinkedUndoTransactionManager () : IVsLinkedUndoTransactionManager

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop.IVsLinkedUndoTransactionManager

.NET Framework Security

See Also

Reference

DataPackage.Services Class

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace