Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ProtocolForResultsActivatedEventArgs.ProtocolForResultsOperation Property
Definition
- Namespace:
- Windows.ApplicationModel.Activation
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 the ProtocolForResultsOperation that you use to signal that your app is ready to return to the app that launched it for results.
public:
property ProtocolForResultsOperation ^ ProtocolForResultsOperation { ProtocolForResultsOperation ^ get(); };
ProtocolForResultsOperation ProtocolForResultsOperation();
public ProtocolForResultsOperation ProtocolForResultsOperation { get; }
var protocolForResultsOperation = protocolForResultsActivatedEventArgs.protocolForResultsOperation;
Public ReadOnly Property ProtocolForResultsOperation As ProtocolForResultsOperation
Property Value
The ProtocolForResultsOperation object that you can use to signal that your app is ready to return by calling its ProtocolForResultsOperation.ReportCompleted method.
Implements
Applies to
Feedback
Was this page helpful?
