Sdílet prostřednictvím


TestRunConfiguration.UseDefaultDeploymentRootDirectory – vlastnost

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
Public Property UseDefaultDeploymentRootDirectory As Boolean
public bool UseDefaultDeploymentRootDirectory { get; set; }
public:
property bool UseDefaultDeploymentRootDirectory {
    bool get ();
    void set (bool value);
}
member UseDefaultDeploymentRootDirectory : bool with get, set
function get UseDefaultDeploymentRootDirectory () : boolean 
function set UseDefaultDeploymentRootDirectory (value : boolean)

Hodnota vlastnosti

Typ: Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestRunConfiguration Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů