Partager via


Process4.CurrentDirectory, propriété

Obtient le répertoire actif du processus en cours de débogage. Cette propriété est en lecture seule.

Espace de noms :  EnvDTE90a
Assembly :  EnvDTE90a (dans EnvDTE90a.dll)

Syntaxe

'Déclaration
ReadOnly Property CurrentDirectory As String
    Get
string CurrentDirectory { get; }
property String^ CurrentDirectory {
    String^ get ();
}
abstract CurrentDirectory : string
function get CurrentDirectory () : String

Valeur de propriété

Type : System.String
Chaîne qui contient le chemin d'accès au répertoire actif du processus.

Notes

Le chemin d'accès obtenu par cette propriété est le même que celui qui est retourné si le processus appelle kernel32!GetCurrentDirectory.

Sécurité .NET Framework

Voir aussi

Référence

Process4 Interface

EnvDTE90a, espace de noms