ISetupPropertyStore.GetValue(String) 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.
public:
System::Object ^ GetValue(System::String ^ pwszName);
public:
Platform::Object ^ GetValue(Platform::String ^ pwszName);
winrt::Windows::Foundation::IInspectable GetValue(std::wstring const & pwszName);
public object GetValue (string pwszName);
abstract member GetValue : string -> obj
Public Function GetValue (pwszName As String) As Object
Parameters
- pwszName
- String
The name of the property to get.
Returns
The value of the property.