RegistryProxy.DynData 属性

定义

注意

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.

返回 RegistryKey 类型,该类型提供对 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

属性值

RegistryKey

属性

适用于

另请参阅