ToastNotification class winrt Class

Inheritance
Implemented types
Available extensions

Properties

content Pointer<COMObject>
no setter
data ↔ NotificationData
getter/setter pair
expirationTime DateTime?
getter/setter pair
expiresOnReboot bool
getter/setter pair
group String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iids List<String>

Available on IInspectable, provided by the IInspectableExtension extension

Returns the interface IIDs that are implemented by the current Windows Runtime class.
no setter
notificationMirroring NotificationMirroring
getter/setter pair
priority ToastNotificationPriority
getter/setter pair
ptr Pointer<COMObject>
getter/setter pairinherited
remoteId String
getter/setter pair
runtimeClassName String

Available on IInspectable, provided by the IInspectableExtension extension

Gets the fully qualified name of the current Windows Runtime object.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressPopup bool
getter/setter pair
tag String
getter/setter pair
trustLevel TrustLevel

Available on IInspectable, provided by the IInspectableExtension extension

Gets the trust level of the current Windows Runtime object.
no setter

Methods

add_Activated(Pointer<NativeFunction<TypedEventHandler>> handler) int
add_Dismissed(Pointer<NativeFunction<TypedEventHandler>> handler) int
add_Failed(Pointer<NativeFunction<TypedEventHandler>> handler) int
addRef() int
inherited
getIids(Pointer<Uint32> iidCount, Pointer<Pointer<GUID>> iids) int
inherited
getRuntimeClassName(Pointer<IntPtr> className) int
inherited
getTrustLevel(Pointer<Int32> trustLevel) int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
release() int
inherited
remove_Activated(int token) → void
remove_Dismissed(int token) → void
remove_Failed(int token) → void
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited