FeedAnnouncement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
<Microsoft.Windows.Widgets.Feed.Providers.FeedManager.TryShowAnnouncement(System.String,System.String,Microsoft.Windows.Widgets.Notifications.FeedAnnouncement)>を呼び出すことによって、フィード プロバイダーが表示を要求できるフィードアナウンスのデータを提供します。
public ref class FeedAnnouncement sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.Widgets.Notifications.IFeedAnnouncementFactory, 327680, "Microsoft.Windows.Widgets.WidgetContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FeedAnnouncement final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.Widgets.Notifications.IFeedAnnouncementFactory), 327680, "Microsoft.Windows.Widgets.WidgetContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class FeedAnnouncement
function FeedAnnouncement(id, primaryText, secondaryText, lightModeIcon, darkModeIcon)
Public NotInheritable Class FeedAnnouncement
- 継承
- 属性
コンストラクター
FeedAnnouncement(String, String, String, Uri, Uri) |
FeedAnnouncement クラスの新しいインスタンスを初期化します。 |
プロパティ
CustomAccessibilityText |
スクリーン リーダーによって読み上げられるカスタム アクセシビリティ テキストを取得または設定します。 |
DarkModeIconUri |
現在の OS テーマが濃色の場合に通知に表示される、ダーク モードの OS テーマに必要なアイコン URI を取得または設定します。 |
Duration |
お知らせを表示する期間を指定する、省略可能な期間の値を取得または設定します。 |
ExpirationTime |
お知らせの省略可能な有効期限を取得または設定します。 |
Id |
アナウンスに必要な一意識別子を取得または設定します。 |
IsSecondaryTextSubtle |
SecondaryText 文字列が、目立たない形式で表示されていることを示す値を取得または設定します。 |
LightModeIconUri |
ライト モードの OS テーマに必要なアイコン URI を取得または設定します。これは、現在の OS テーマが淡色の場合に通知に表示されます。 |
PrimaryText |
アナウンスに必要なプライマリ テキストを取得または設定します。 |
PrimaryTextColor |
PrimaryText 文字列の色を取得または設定します。 |
SecondaryText |
アナウンスに必要なセカンダリ テキストを取得または設定します。 |
SecondaryTextColor |
SecondaryText 文字列の色を取得または設定します。 |
ShowBadgeIfUserNotEngaged |
ユーザーがアナウンスに関与していない場合に、ベースラインアナウンスにバッジを表示するかどうかを示す値フィールドを取得または設定します。 既定値は false になります。 |