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 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Protected Property CancelEditorCreate As Integer
'Usage
Dim value As Integer 

value = Me.CancelEditorCreate 

Me.CancelEditorCreate = value
protected int CancelEditorCreate { get; set; }
protected:
property int CancelEditorCreate {
    int get ();
    void set (int value);
}
protected function get CancelEditorCreate () : int 
protected 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

ModelingEditorFactory Members

Microsoft.VisualStudio.Modeling.Shell Namespace