Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Assigns values for the IsRunnable and ErrorMessageForNonRunnable properties.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
'Declaration
Sub AssignIsRunnable ( _
runnable As Boolean, _
errorMessage As String _
)
void AssignIsRunnable(
bool runnable,
string errorMessage
)
void AssignIsRunnable(
bool runnable,
String^ errorMessage
)
abstract AssignIsRunnable :
runnable:bool *
errorMessage:string -> unit
function AssignIsRunnable(
runnable : boolean,
errorMessage : String
)
- runnable
Type: System.Boolean
true if the element is runnable; otherwise, false.
- errorMessage
Type: System.String
A message for the test framework to use if the element is not runnable.
- 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.