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) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.TestTools.Common 命名空间