Share via


CommandResult Constructor (Boolean)

Initializes a new instance of the CommandResult class by using the provided indication of whether the command was completed.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Dichiarazione
Public Sub New ( _
    completed As Boolean _
)
public CommandResult(
    bool completed
)
public:
CommandResult(
    bool completed
)
new : 
        completed:bool -> CommandResult
public function CommandResult(
    completed : boolean
)

Parameters

  • completed
    Type: System.Boolean
    true if the command has completed; otherwise, false.

.NET Framework Security

See Also

Reference

CommandResult Class

CommandResult Overload

Microsoft.VisualStudio.TestTools.Vsip Namespace