ISetupLocalizedPropertyStore.GetValue(String, Int32) 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.
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.