SocialDashboardItemUpdater クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ダッシュボード アイテムを更新できるタスクを表します。
public ref class SocialDashboardItemUpdater sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.SocialInfo.SocialInfoContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SocialDashboardItemUpdater final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.SocialInfo.SocialInfoContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Deprecated("SocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
class SocialDashboardItemUpdater final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.SocialInfo.SocialInfoContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SocialDashboardItemUpdater
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.SocialInfo.SocialInfoContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Deprecated("SocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
public sealed class SocialDashboardItemUpdater
Public NotInheritable Class SocialDashboardItemUpdater
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows Mobile Extension SDK (10.0.10240.0 で導入)
Windows 10 Anniversary Edition (10.0.14393.0 で導入) |
API contract |
Windows.ApplicationModel.SocialInfo.SocialInfoContract (v1.0 で導入)
|
注釈
SocialInfoProviderManager.CreateDashboardItemUpdaterAsync を呼び出して、このクラスのインスタンスを作成します。
プロパティ
Content |
更新できる SocialFeedContent オブジェクトを取得します。 |
OwnerRemoteId |
プロバイダーのシステム上のユーザーを識別する ID を取得します。 |
TargetUri |
ユーザーがアイテムをタップしたときに移動する UNIFORM リソース識別子 (URI) を取得または設定します。 |
Thumbnail |
ダッシュボードアイテムのサムネイル画像を取得または設定します。 |
Timestamp |
更新プログラムのタイムスタンプを取得または設定します。 |
メソッド
CommitAsync() |
すべてのプロパティが設定された後、更新プログラムを非同期的に送信します。 |