Share via


ModelingEditorFactory.CancelEditorCreate Property

Gets the value of the cancelEditorCreate flag. If this value is larger than 0, this property prevents the modeling editor from being created and sets this flag to 0.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Protected Property CancelEditorCreate As Integer
protected int CancelEditorCreate { get; set; }
protected:
property int CancelEditorCreate {
    int get ();
    void set (int value);
}
member CancelEditorCreate : int with get, set
function get CancelEditorCreate () : int 
function set CancelEditorCreate (value : int)

Property Value

Type: System.Int32
If the value of the cancelEditorCreate flag is larger than 0, the flag is set to 0.

.NET Framework Security

See Also

Reference

ModelingEditorFactory Class

Microsoft.VisualStudio.Modeling.Shell Namespace