BitmapTypedValue
BitmapTypedValue
BitmapTypedValue
BitmapTypedValue
Class
Definition
A value along with an enumeration specifying its data type.
public : sealed class BitmapTypedValue : IBitmapTypedValuepublic sealed class BitmapTypedValue : IBitmapTypedValuePublic NotInheritable Class BitmapTypedValue Implements IBitmapTypedValue// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
BitmapTypedValue is immutable. In order to alter a value or data type, you must create a new object.
Constructors
BitmapTypedValue(Object, PropertyType) BitmapTypedValue(Object, PropertyType) BitmapTypedValue(Object, PropertyType) BitmapTypedValue(Object, PropertyType)
Creates a new BitmapTypedValue object.
public : BitmapTypedValue(PlatForm::Object value, PropertyType type)public BitmapTypedValue(Object value, PropertyType type)Public Sub New(value As Object, type As PropertyType)// You can use this method in JavaScript.
Parameters
- value
- PlatForm::Object Object Object Object
The value to store.
The type of the value parameter.
Properties
Type Type Type Type
Gets the PropertyType of the stored value.
public : PropertyType Type { get; }public PropertyType Type { get; }Public ReadOnly Property Type As PropertyType// You can use this property in JavaScript.
The PropertyType of the stored value.