GestureExtensionController.LinkedUndoContext Property
Allow access to the system's linked undo context (if any)
Namespace: Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property LinkedUndoContext As ILinkedUndoContext
public ILinkedUndoContext LinkedUndoContext { get; }
public:
virtual property ILinkedUndoContext^ LinkedUndoContext {
ILinkedUndoContext^ get () sealed;
}
abstract LinkedUndoContext : ILinkedUndoContext with get
override LinkedUndoContext : ILinkedUndoContext with get
final function get LinkedUndoContext () : ILinkedUndoContext
Property Value
Type: Microsoft.VisualStudio.Modeling.ExtensionEnablement.ILinkedUndoContext
Implements
IGestureExtensionController.LinkedUndoContext
.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
GestureExtensionController Class
Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace