 |
CultureSupportingViewModelGetResourceValueT Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the value of a particular property.
Namespace:
WeroSoft.Windows
Assembly:
WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntaxprotected T GetResourceValue<T>(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
Name of the property to get data from.
Type Parameters
- T
- Type of the property to be read.
Return Value
Type:
TValue read out of the internal storage.
See Also