DkmLanguageRegistrySetting.Create(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new DkmLanguageRegistrySetting object instance.
public:
static Microsoft::VisualStudio::Debugger::DkmLanguageRegistrySetting ^ Create(System::String ^ Name, System::Object ^ Value);
public:
static Microsoft::VisualStudio::Debugger::DkmLanguageRegistrySetting ^ Create(Platform::String ^ Name, Platform::Object ^ Value);
static Microsoft::VisualStudio::Debugger::DkmLanguageRegistrySetting Create(std::wstring const & Name, winrt::Windows::Foundation::IInspectable const & Value);
public static Microsoft.VisualStudio.Debugger.DkmLanguageRegistrySetting Create (string Name, object Value);
static member Create : string * obj -> Microsoft.VisualStudio.Debugger.DkmLanguageRegistrySetting
Public Shared Function Create (Name As String, Value As Object) As DkmLanguageRegistrySetting
Parameters
- Name
- String
[In] The name of the setting.
- Value
- Object
[In] The value of the setting. This can be either a DWORD or a string.
Returns
[Out] Result of this method call.