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>

반환하려는 속성입니다.

적용 대상