Partager via


_DTE.RegistryRoot, propriété

Obtient une chaîne contenant le chemin de la racine des paramètres de Registre Visual Studio.

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

Syntaxe

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

Valeur de propriété

Type : System.String
Chaîne représentant le chemin de la racine des paramètres de Registre Visual Studio.

Notes

En général, la racine de Registre se situe sous Software\Microsoft\Visual Studio\<version>\, Software étant précédé de la mention HKLM ou HKCU.

Exemples

Sub RegistryRootExample()
  MsgBox(DTE.RegistryRoot)
End Sub

Sécurité .NET Framework

Voir aussi

Référence

_DTE Interface

EnvDTE, espace de noms