DevicePicker.RequestedProperties プロパティ

定義

返されるデバイス情報オブジェクトのプロパティのコレクションを取得します。

public:
 property IVector<Platform::String ^> ^ RequestedProperties { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> RequestedProperties();
public IList<string> RequestedProperties { get; }
var iVector = devicePicker.requestedProperties;
Public ReadOnly Property RequestedProperties As IList(Of String)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

返されるプロパティ。

適用対象