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>

要返回的属性。

适用于