Udostępnij za pośrednictwem


Właściwość TestRunConfiguration.UserDeploymentRootDirectory —

Zwraca lub ustawia rozmieszczania katalogu głównego, który będzie używany podczas UseDefaultDeploymentRootDirectory ma wartość false.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
Public Property UserDeploymentRootDirectory As String
public string UserDeploymentRootDirectory { get; set; }
public:
property String^ UserDeploymentRootDirectory {
    String^ get ();
    void set (String^ value);
}
member UserDeploymentRootDirectory : string with get, set
function get UserDeploymentRootDirectory () : String
function set UserDeploymentRootDirectory (value : String)

Wartość właściwości

Typ: System.String
Katalog główny wdrażania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestRunConfiguration Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common