Costruttore RegistryWatcher (RegistryHive, String, Boolean)
Spazio dei nomi: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
hive As RegistryHive, _
keyPath As String, _
watchSubtree As Boolean _
)
public RegistryWatcher(
RegistryHive hive,
string keyPath,
bool watchSubtree
)
Parametri
- hive
Tipo: Microsoft.Win32.RegistryHive
- keyPath
Tipo: System.String
- watchSubtree
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.