共用方式為


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>

您想要傳回的屬性。

適用於