Edit

Share via


BindableProgressBarValue.Implicit Operator

Definition

Overloads

Implicit(AdaptiveProgressBarValue to BindableProgressBarValue)

Creates a BindableProgressBarValue that has a raw value assigned.

Implicit(BindableProgressBarValue to AdaptiveProgressBarValue)

Returns the raw value of the BindableProgressBarValue.

Implicit(Double to BindableProgressBarValue)

Creates an BindableProgressBarValue that has the raw double value.

Implicit(AdaptiveProgressBarValue to BindableProgressBarValue)

Creates a BindableProgressBarValue that has a raw value assigned.

public static implicit operator Microsoft.Toolkit.Uwp.Notifications.BindableProgressBarValue (Microsoft.Toolkit.Uwp.Notifications.AdaptiveProgressBarValue v);
static member op_Implicit : Microsoft.Toolkit.Uwp.Notifications.AdaptiveProgressBarValue -> Microsoft.Toolkit.Uwp.Notifications.BindableProgressBarValue
Public Shared Widening Operator CType (v As AdaptiveProgressBarValue) As BindableProgressBarValue

Parameters

v
AdaptiveProgressBarValue

The raw value

Returns

Applies to

Implicit(BindableProgressBarValue to AdaptiveProgressBarValue)

Returns the raw value of the BindableProgressBarValue.

public static implicit operator Microsoft.Toolkit.Uwp.Notifications.AdaptiveProgressBarValue (Microsoft.Toolkit.Uwp.Notifications.BindableProgressBarValue b);
static member op_Implicit : Microsoft.Toolkit.Uwp.Notifications.BindableProgressBarValue -> Microsoft.Toolkit.Uwp.Notifications.AdaptiveProgressBarValue
Public Shared Widening Operator CType (b As BindableProgressBarValue) As AdaptiveProgressBarValue

Parameters

b
BindableProgressBarValue

The BindableProgressBarValue to obtain the raw value from.

Returns

Applies to

Implicit(Double to BindableProgressBarValue)

Creates an BindableProgressBarValue that has the raw double value.

public static implicit operator Microsoft.Toolkit.Uwp.Notifications.BindableProgressBarValue (double d);
static member op_Implicit : double -> Microsoft.Toolkit.Uwp.Notifications.BindableProgressBarValue
Public Shared Widening Operator CType (d As Double) As BindableProgressBarValue

Parameters

d
Double

The raw value

Returns

Applies to