Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DevicePicker.RequestedProperties Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a collection of properties for the returned device information object.

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)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The properties you want returned.

Applies to


Feedback

Was this page helpful?