Share via


DkmEngineSettings.RegistryTweaks Property

Definition

[Optional] List of registry tweaks in the Visual Studio registry that components may use to customize their behavior. Registry tweaks are read from the key [Visual Studio Registry Root]\Debugger\EngineSwitches at the start of each debug session.

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

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmRegistryTweak ^> ^ RegistryTweaks { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmRegistryTweak ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmRegistryTweak> RegistryTweaks { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmRegistryTweak>? RegistryTweaks { get; }
member this.RegistryTweaks : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmRegistryTweak>
Public ReadOnly Property RegistryTweaks As ReadOnlyCollection(Of DkmRegistryTweak)

Property Value

Applies to