CVRApplications.GetApplicationPropertyBool 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:
bool GetApplicationPropertyBool(System::String ^ pchAppKey, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRApplicationProperty eProperty, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRApplicationError % peError);
public bool GetApplicationPropertyBool (string pchAppKey, Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationProperty eProperty, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationError peError);
member this.GetApplicationPropertyBool : string * Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationProperty * EVRApplicationError -> bool
Public Function GetApplicationPropertyBool (pchAppKey As String, eProperty As EVRApplicationProperty, ByRef peError As EVRApplicationError) As Boolean
Parameters
- pchAppKey
- String
- eProperty
- EVRApplicationProperty
- peError
- EVRApplicationError