KnownExecutionAppKeys 类
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
表示用于访问测试环境中的属性的键。
继承层次结构
System.Object
Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public NotInheritable Class KnownExecutionAppKeys
public static class KnownExecutionAppKeys
public ref class KnownExecutionAppKeys abstract sealed
[<AbstractClass>]
[<Sealed>]
type KnownExecutionAppKeys = class end
public final class KnownExecutionAppKeys
KnownExecutionAppKeys 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ExecutionEnvironment | 获取一个访问执行环境中的属性的键组成的数组。 |
页首
字段
名称 | 说明 | |
---|---|---|
AdapterStopTestRunTimeout | 返回“AdapterStopTestRunTimeout”。此字段为只读。 | |
AgentDeploymentTimeout | 返回“AgentDeploymentTimeout”。此字段为只读。 | |
AgentExecutionTimeout | 返回“AgentExecutionTimeout”。此字段为只读。 | |
AgentId | 返回“AgentId”。此字段为只读。 | |
AgentLoadDistributor | 返回“AgentLoadDistributor”。此字段为只读。 | |
AgentName | 返回“AgentName”。此字段为只读。 | |
AgentProcessPort | 返回“AgentProcessPort”。此字段为只读。 | |
AgentServicePort | 返回“AgentServicePort”。此字段为只读。 | |
AgentSyncTimeout | 返回“AgentSyncTimeout”。此字段为只读。 | |
AgentWeighting | 返回“AgentWeighting”。此字段为只读。 | |
BatFileTimeout | 返回“BatFileTimeout”。此字段为只读。 | |
BuildDirectory | ||
ControllerComputerName | 返回“ControllerComputerName”。此字段为只读。 | |
ControllerJobSpooling | 返回“ControllerJobSpooling”。此字段为只读。 | |
ControllerName | 返回“ControllerName”。此字段为只读。 | |
ControllerServicePort | 返回“ControllerServicePort”。此字段为只读。 | |
ControllerSynchronizeWithTfsInterval | 返回“ControllerSynchronizeWithTfsInterval”。此字段为只读。 | |
CreateTraceListener | 返回“CreateTraceListener”。此字段为只读。 | |
DataCollectionEnvironmentContext | 返回“DataCollectionEnvironmentContext”。此字段为只读。 | |
DeploymentDirectory | 返回“DeploymentDirectory”。此字段为只读。 | |
EnableTestExecutionEventLogTracing | 返回“EnableTestExecutionEventLogTracing”。此字段为只读。 | |
HandlePluginMessagesFromCollectionController | ||
IdleTimeToDisconnect | 返回“IdleTimeToDisconnect”。此字段为只读。 | |
LogSizeLimitInMegs | 返回“LogSizeLimitInMegs”。此字段为只读。 | |
NameInWorkingDirectory | ||
NumAttemptsToUseLabServiceAccountToAccessBuildDirectory | ||
ResultsDirectory | 返回“ResultsDirectory”。此字段为只读。 | |
RunDeploymentLifetime | 返回“RunDeploymentLifetime”。此字段为只读。 | |
StopTestRunTimeout | 返回“StopTestRunTimeout”。此字段为只读。 | |
SyncTestTimeout | 返回“SyncTestTimeout”。此字段为只读。 | |
TestControllerFQDN | ||
TestDeploymentDir | 返回“TestDeploymentDir”。此字段为只读。 | |
TestDir | 返回“TestDir”。此字段为只读。 | |
TestEndCollectorEventTimeout | 返回“TestEndCollectorEventTimeout”。此字段为只读。 | |
TestLocation | 返回“TestLocation”。此字段为只读。 | |
TestLogsDir | 返回“TestLogsDir”。此字段为只读。 | |
TestOutputDirectory | 返回“TestOutputDirectory”。此字段为只读。 | |
TestProjectRetargetTo35Allowed | ||
TestResultsDirectory | 返回“TestResultsDirectory”。此字段为只读。 | |
TestRunDirectory | 返回“TestRunDirectory”。此字段为只读。 | |
TestRunResultsDirectory | 返回“TestRunResultsDirectory”。此字段为只读。 | |
TotalAgents | 返回“TotalAgents”。此字段为只读。 | |
TraceLogsDirectory | ||
UseLabServiceAccountToAccessBuildDirectory | ||
WorkingDirectory | 返回“WorkingDirectory”。此字段为只读。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。