次の方法で共有


UserDataAccount.ProviderProperties プロパティ

定義

UserDataAccount プロバイダーと対話するときにアプリで使用されるデータを格納する場所を提供します。

public:
 property IPropertySet ^ ProviderProperties { IPropertySet ^ get(); };
IPropertySet ProviderProperties();
public IPropertySet ProviderProperties { get; }
var iPropertySet = userDataAccount.providerProperties;
Public ReadOnly Property ProviderProperties As IPropertySet

プロパティ値

UserDataAccount プロバイダーと対話するときにアプリで使用されるデータ。

Windows の要件

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

適用対象