IPickerReturnedActivatedEventArgs.PickerOperationId Property

Definition

Gets an identifier indicating the type of picker operation that was performed prior to the activation.

public:
 property Platform::String ^ PickerOperationId { Platform::String ^ get(); };
winrt::hstring PickerOperationId();
public string PickerOperationId { get; }
var string = iPickerReturnedActivatedEventArgs.pickerOperationId;
Public ReadOnly Property PickerOperationId As String

Property Value

String

Platform::String

winrt::hstring

An identifier indicating the type of picker operation that was performed prior to the activation.

Applies to