Поделиться через


UserActionEventArgs.Continue Property

Get/Sets the continue flag.

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

Syntax

'Декларация
Public Property Continue As Boolean
    Get
    Set
public bool Continue { get; set; }
public:
property bool Continue {
    bool get ();
    void set (bool value);
}
member Continue : bool with get, set
function get Continue () : boolean
function set Continue (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

UserActionEventArgs Class

Microsoft.VisualStudio.Modeling.Shell Namespace