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
- Namespace:
- Windows.Devices.Enumeration
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
The properties you want returned.
Applies to
Feedback
Was this page helpful?
