DkmRegistryTweak Class

Definition

A key/value pair read from the registry.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public ref class DkmRegistryTweak
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmRegistryTweak
[Windows::Foundation::Metadata::WebHostHidden]
class DkmRegistryTweak
[System.Runtime.InteropServices.Guid("cc23b95f-53fb-bc5a-454c-9345558fa0fe")]
public class DkmRegistryTweak
[<System.Runtime.InteropServices.Guid("cc23b95f-53fb-bc5a-454c-9345558fa0fe")>]
type DkmRegistryTweak = class
Public Class DkmRegistryTweak
Inheritance
DkmRegistryTweak
Attributes

Properties

Data

The value of this tweak in the registry.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

ValueName

The name of the registry value that specifies this tweak.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

Methods

Create(String, UInt32)

Create a new DkmRegistryTweak object instance.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

Applies to