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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace