CVRApplications.GetApplicationPropertyString Method

Definition

public:
 System::UInt32 GetApplicationPropertyString(System::String ^ pchAppKey, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRApplicationProperty eProperty, System::Text::StringBuilder ^ pchPropertyValueBuffer, System::UInt32 unPropertyValueBufferLen, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRApplicationError % peError);
public uint GetApplicationPropertyString (string pchAppKey, Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationProperty eProperty, System.Text.StringBuilder pchPropertyValueBuffer, uint unPropertyValueBufferLen, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationError peError);
member this.GetApplicationPropertyString : string * Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationProperty * System.Text.StringBuilder * uint32 * EVRApplicationError -> uint32
Public Function GetApplicationPropertyString (pchAppKey As String, eProperty As EVRApplicationProperty, pchPropertyValueBuffer As StringBuilder, unPropertyValueBufferLen As UInteger, ByRef peError As EVRApplicationError) As UInteger

Parameters

pchAppKey
String
pchPropertyValueBuffer
StringBuilder
unPropertyValueBufferLen
UInt32

Returns

UInt32

Applies to