Share via


ISetupLocalizedPropertyStore.GetValue(String, Int32) Method

Definition

Gets the value of a named property in this property store.

winrt::Windows::Foundation::IInspectable GetValue(std::wstring const & pwszName, int lcid = 0);
public object GetValue (string pwszName, int lcid = 0);
abstract member GetValue : string * int -> obj
Public Function GetValue (pwszName As String, Optional lcid As Integer = 0) As Object

Parameters

pwszName
String

The name of the property to get.

lcid
Int32

The LCID for the property.

Returns

The value of the property.

Applies to