BitmapTypedValue(Object, PropertyType) Constructor

Definition

Creates a new BitmapTypedValue object.

public:
 BitmapTypedValue(Platform::Object ^ value, PropertyType type);
 BitmapTypedValue(IInspectable const& value, PropertyType const& type);
public BitmapTypedValue(object value, PropertyType type);
function BitmapTypedValue(value, type)
Public Sub New (value As Object, type As PropertyType)

Parameters

value
Object

Platform::Object

IInspectable

The value to store.

type
PropertyType

The type of the value parameter.

Applies to