Partager via


DTE2.RegistryRoot, propriété

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

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

Syntaxe

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

Valeur de propriété

Type : String
Chemin d'accès à la racine des paramètres du Registre Visual Studio.

Notes

En général la racine du Registre est Logiciel\Microsoft\Visual Studio\<version>\ avec HKLM ou HKCU avant Logiciel.

Exemples

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

Sécurité .NET Framework

Voir aussi

Référence

DTE2 Interface

EnvDTE80, espace de noms