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
notificationMirroring NotificationMirroring
getter/setter pair
priority ToastNotificationPriority
getter/setter pair
ptr Pointer<COMObject>
getter/setter pairinherited
remoteId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressPopup bool
getter/setter pair
tag String
getter/setter pair

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