CommandResult.Completed Property

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

'Dichiarazione
Public ReadOnly Property Completed As Boolean
public bool Completed { get; }
public:
property bool Completed {
    bool get ();
}
member Completed : bool
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