RunResultAndStatistics.IsPartialRun Property

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

Syntax

'宣言
Public Property IsPartialRun As Boolean
'使用
Dim instance As RunResultAndStatistics
Dim value As Boolean

value = instance.IsPartialRun

instance.IsPartialRun = value
public bool IsPartialRun { get; set; }
public:
property bool IsPartialRun {
    bool get ();
    void set (bool value);
}
public function get IsPartialRun () : boolean
public function set IsPartialRun (value : boolean)

Property Value

Type: System.Boolean

Permissions

See Also

Reference

RunResultAndStatistics Class

RunResultAndStatistics Members

Microsoft.VisualStudio.TestTools.Common Namespace