AdaptiveNotificationText 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.
Stellt den Textinhalt einer adaptiven Benachrichtigung dar.
public ref class AdaptiveNotificationText sealed
public ref class AdaptiveNotificationText sealed : IAdaptiveNotificationContent
/// [Windows.Foundation.Metadata.Activatable(196608, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
class AdaptiveNotificationText final
/// [Windows.Foundation.Metadata.Activatable(196608, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AdaptiveNotificationText final : IAdaptiveNotificationContent
[Windows.Foundation.Metadata.Activatable(196608, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public sealed class AdaptiveNotificationText
[Windows.Foundation.Metadata.Activatable(196608, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AdaptiveNotificationText : IAdaptiveNotificationContent
function AdaptiveNotificationText()
Public NotInheritable Class AdaptiveNotificationText
Public NotInheritable Class AdaptiveNotificationText
Implements IAdaptiveNotificationContent
- Vererbung
- Attribute
- Implementiert
Windows-Anforderungen
Gerätefamilie |
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
|
Konstruktoren
AdaptiveNotificationText() |
Erstellt eine neue instance der AdaptiveNotificationText-Klasse. |
Eigenschaften
Hints |
Gibt Hinweise zum Formatieren der Benachrichtigung an, z. B. Textformat, Textumbruch und Ausrichtung. Eine vollständige Liste der Hinweise finden Sie im Textelementeintrag des Schemas für adaptive Benachrichtigungen. |
Kind |
Gibt den Inhaltstyp an, den die Benachrichtigung enthält. Diese Eigenschaft gibt immer AdaptiveNotificationContentKind.Text zurück. |
Language |
Ruft die Sprache des Textinhalts ab oder legt sie fest. |
Text |
Ruft den anzuzeigenden Textinhalt ab oder legt diesen fest. |