CVRSettings.SetString(String, String, String, EVRSettingsError) 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.
public:
void SetString(System::String ^ pchSection, System::String ^ pchSettingsKey, System::String ^ pchValue, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRSettingsError % peError);
public void SetString (string pchSection, string pchSettingsKey, string pchValue, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRSettingsError peError);
member this.SetString : string * string * string * EVRSettingsError -> unit
Public Sub SetString (pchSection As String, pchSettingsKey As String, pchValue As String, ByRef peError As EVRSettingsError)
Parameters
- pchSection
- String
- pchSettingsKey
- String
- pchValue
- String
- peError
- EVRSettingsError