BitmapTypedValue Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ein -Wert zusammen mit einer -Enumeration, die seinen Datentyp angibt.
public ref class BitmapTypedValue sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Graphics.Imaging.IBitmapTypedValueFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BitmapTypedValue final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Graphics.Imaging.IBitmapTypedValueFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class BitmapTypedValue final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Graphics.Imaging.IBitmapTypedValueFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BitmapTypedValue
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Graphics.Imaging.IBitmapTypedValueFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class BitmapTypedValue
function BitmapTypedValue(value, type)
Public NotInheritable Class BitmapTypedValue
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Hinweise
BitmapTypedValue ist unveränderlich. Um einen Wert oder Datentyp zu ändern, müssen Sie ein neues -Objekt erstellen.
Konstruktoren
BitmapTypedValue(Object, PropertyType) |
Erstellt ein neues BitmapTypedValue-Objekt . |
Eigenschaften
Type |
Ruft den PropertyType des gespeicherten Werts ab. |
Value |
Ruft den gespeicherten Wert ab. |