PinnedContactManager クラス

定義

ソース アプリが呼び出して、タスク バーまたは [スタート ] メニューとの間で連絡先のピン留めとピン留めを解除できるサービスを表します。

デスクトップ アプリでは、UI を表示する方法でこのクラスのインスタンスを使用する前に、オブジェクトを所有者のウィンドウ ハンドルに関連付ける必要があります。 詳細とコード例については、「 CoreWindow に依存する WinRT UI オブジェクトを表示する」を参照してください。

public ref class PinnedContactManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PinnedContactManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PinnedContactManager
Public NotInheritable Class PinnedContactManager
継承
Object Platform::Object IInspectable PinnedContactManager
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
contactsSystem

プロパティ

User

PinnedContactManager に関連付けられているユーザーを取得します。

メソッド

GetDefault()

PinnedContactManager の既定のインスタンスを取得します。

デスクトップ アプリでは、UI を表示する方法でこのクラスのインスタンスを使用する前に、オブジェクトを所有者のウィンドウ ハンドルに関連付ける必要があります。 詳細とコード例については、「 CoreWindow に依存する WinRT UI オブジェクトを表示する」を参照してください。

GetForUser(User)

指定したユーザーの PinnedContactManager を取得します。

GetPinnedContactIdsAsync()

タスク バーまたは [スタート ] メニューにピン留めされているすべての連絡先の ID を取得します。

IsContactPinned(Contact, PinnedContactSurface)

指定した連絡先が Windows ユーザー インターフェイス内の指定した場所にピン留めされているかどうかを示します。

IsPinSurfaceSupported(PinnedContactSurface)

Windows UI で指定された場所が連絡先のピン留めをサポートしているかどうかを示します。

IsSupported()

Windows UI が連絡先のピン留めをサポートしているかどうかを示します。

RequestPinContactAsync(Contact, PinnedContactSurface)

タスク バーまたはスタート メニューに連絡先をピン留 します。

RequestPinContactsAsync(IIterable<Contact>, PinnedContactSurface)

タスク バーまたはスタート メニューに連絡先のコレクションをピン留 します。

RequestUnpinContactAsync(Contact, PinnedContactSurface)

タスク バーまたは [スタート ] メニューから連絡先のピン留めを解除します。

SignalContactActivity(Contact)

ピン留めされた連絡先に関連するアクティビティが発生した場合に Windows に示します。

適用対象