PickerReturnedActivatedEventArgs.PickerOperationId Property

Definition

Gets an identifier indicating the 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 = pickerReturnedActivatedEventArgs.pickerOperationId;
Public ReadOnly Property PickerOperationId As String

Property Value

String

Platform::String

winrt::hstring

An application-defined identifier indicating the picker operation that was performed prior to the activation.

Implements

Applies to