BitmapTypedValue(Object, PropertyType) Constructor
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.
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.