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.

HKEY_DYNDATA へのアクセスを提供する RegistryKey 型を返します。

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

属性

適用対象

こちらもご覧ください