Share via


CommandResult.Completed Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether the command was successfully completed.

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

Syntax

'Declaration
Public ReadOnly Property Completed As Boolean
public bool Completed { get; }
public:
property bool Completed {
    bool get ();
}
member Completed : bool with get
function get Completed () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

CommandResult Class

Microsoft.VisualStudio.TestTools.Vsip Namespace