RegistryProxy.DynData Propriété

Définition

Attention

The DynData registry key works only on Win9x, which is not supported by this version of the .NET Framework. Use the PerformanceData registry key instead. This property will be removed from a future version of the framework.

Retourne un type RegistryKey qui fournit l'accès à HKEY_DYNDATA.

public:
 property Microsoft::Win32::RegistryKey ^ DynData { Microsoft::Win32::RegistryKey ^ get(); };
public Microsoft.Win32.RegistryKey DynData { get; }
[System.Obsolete("The DynData registry key works only on Win9x, which is not supported by this version of the .NET Framework.  Use the PerformanceData registry key instead.  This property will be removed from a future version of the framework.")]
public Microsoft.Win32.RegistryKey DynData { get; }
member this.DynData : Microsoft.Win32.RegistryKey
[<System.Obsolete("The DynData registry key works only on Win9x, which is not supported by this version of the .NET Framework.  Use the PerformanceData registry key instead.  This property will be removed from a future version of the framework.")>]
member this.DynData : Microsoft.Win32.RegistryKey
Public ReadOnly Property DynData As RegistryKey

Valeur de propriété

RegistryKey

Attributs

S’applique à

Voir aussi