Share via


AddItemDialogContext.Cancel Property

Gets or sets whether to cancel the add item dialog.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property Cancel As Boolean
    Get
    Set
'Usage
Dim instance As AddItemDialogContext
Dim value As Boolean

value = instance.Cancel

instance.Cancel = value
public bool Cancel { get; set; }
public:
property bool Cancel {
    bool get ();
    void set (bool value);
}
function get Cancel () : boolean
function set Cancel (value : boolean)
member Cancel : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

AddItemDialogContext Class

AddItemDialogContext Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace