TestRunConfiguration.UseDefaultDeploymentRootDirectory, propriété
Obtient ou définit une valeur booléenne qui indique s'il faut utiliser le répertoire racine de déploiement par défaut.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Property UseDefaultDeploymentRootDirectory As Boolean
Get
Set
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)
Valeur de propriété
Type : System.Boolean
true si le répertoire racine par défaut de déploiement doit être utilisé ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.