PropertyExtensionContext.CreateChangeScope Method (String)

 

Creates an EntityDesignerChangeScope object and sets the string that will appear in the dropdown lists for the Undo and Redo buttons in Visual Studio.

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

Syntax

public abstract EntityDesignerChangeScope CreateChangeScope(
    string undoRedoDescription
)
public:
virtual EntityDesignerChangeScope^ CreateChangeScope(
    String^ undoRedoDescription
) abstract
abstract CreateChangeScope : 
        undoRedoDescription:string -> EntityDesignerChangeScope
Public MustOverride Function CreateChangeScope (
    undoRedoDescription As String
) As EntityDesignerChangeScope

Parameters

  • undoRedoDescription
    Type: System.String

    The string that will appear in the dropdown lists for the Undo and Redo buttons in Visual Studio.

Return Value

Type: Microsoft.Data.Entity.Design.Extensibility.EntityDesignerChangeScope

An instance of an EntityDesignerChangeScope

See Also

PropertyExtensionContext Class
Microsoft.Data.Entity.Design.Extensibility Namespace

Return to top