Partager via


Module.Path, propriété

Obtient le chemin d'accès complet au module, tel que c:\windows\system32\kernel32.dll. Path correspond à la colonne Chemin d'accès de la fenêtre Modules.

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

Syntaxe

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

Valeur de propriété

Type : System.String
Valeur string représentant le chemin d'accès au module.

Sécurité .NET Framework

Voir aussi

Référence

Module Interface

EnvDTE90, espace de noms