PickerReturnedActivatedEventArgs.PickerOperationId 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 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
An application-defined identifier indicating the picker operation that was performed prior to the activation.