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

Syntax

声明
Protected Property CancelEditorCreate As Integer
    Get
    Set
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