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
- runnable
Type: System.Boolean
- errorMessage
Type: System.String
Implements
ITestElement.AssignIsRunnable(Boolean, String)
Permissions
- 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.