ShareOperation.Contacts プロパティ

定義

共有操作の連絡先を取得します。

public:
 property IVectorView<Contact ^> ^ Contacts { IVectorView<Contact ^> ^ get(); };
IVectorView<Contact> Contacts();
public IReadOnlyList<Contact> Contacts { get; }
var iVectorView = shareOperation.contacts;
Public ReadOnly Property Contacts As IReadOnlyList(Of Contact)

プロパティ値

共有操作の連絡先。

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

適用対象