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
'Declaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.