Sdílet prostřednictvím


DkmEngineSettings.RegistryTweaks Vlastnost

Definice

[Volitelné] Seznam vylepšení registru v registru sady Visual Studio, které mohou komponenty použít k přizpůsobení jejich chování. Vylepšení registru se načítají z klíče [Kořen registru sady Visual Studio]\Debugger\EngineSwitches na začátku každé ladicí relace.

Toto rozhraní API bylo zavedeno v sadě 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)

Hodnota vlastnosti

Platí pro