CompositionPropertySet.TryGetColor(String, Color) 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.
public:
virtual CompositionGetValueStatus TryGetColor(Platform::String ^ propertyName, [Out] Color & value) = TryGetColor;
CompositionGetValueStatus TryGetColor(winrt::hstring const& propertyName, [Out] Color & value);
public CompositionGetValueStatus TryGetColor(string propertyName, out Color value);
Public Function TryGetColor (propertyName As String, ByRef value As Color) As CompositionGetValueStatus
Parameters
- propertyName
-
String
Platform::String
winrt::hstring
The name of the property to retrieve.
- value
- Color
If the operation is successful, this parameter will contain the specified Color property value when the method returns.
Returns
Returns a CompositionGetValueStatus value indicating the outcome of retrieving the key-value pair.
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|