CompositionPropertySet.TryGetColor(String, Color) Method

Definition

Retrieves the specified Color property value.

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)

Applies to