ITestSettings.AreaPath Propriedade
Obtém ou define o caminho para uma área em Visual Studio Test Professional ao qual o plano de teste se aplica.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string AreaPath { get; set; }
property String^ AreaPath {
String^ get();
void set(String^ value);
}
abstract AreaPath : string with get, set
Property AreaPath As String
Valor de propriedade
Type: System.String
O caminho para uma área em Test Professional ao qual o plano de teste se aplica.
Consulte também
Interface ITestSettings
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo