TestElement.AssignIsRunnable Method

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

Syntax

'宣言
Public Sub AssignIsRunnable ( _
    runnable As Boolean, _
    errorMessage As String _
)
'使用
Dim instance As TestElement
Dim runnable As Boolean
Dim errorMessage As String

instance.AssignIsRunnable(runnable, errorMessage)
public void AssignIsRunnable(
    bool runnable,
    string errorMessage
)
public:
virtual void AssignIsRunnable(
    bool runnable, 
    String^ errorMessage
) sealed
public final function AssignIsRunnable(
    runnable : boolean, 
    errorMessage : String
)

Parameters

Implements

ITestElement.AssignIsRunnable(Boolean, String)

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace