WebUIShareTargetActivatedEventArgs.ShareOperation 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 information about data included in a share operation.
public:
property ShareOperation ^ ShareOperation { ShareOperation ^ get(); };
ShareOperation ShareOperation();
public ShareOperation ShareOperation { get; }
var shareOperation = webUIShareTargetActivatedEventArgs.shareOperation;
Public ReadOnly Property ShareOperation As ShareOperation
Property Value
An object that includes the data included in a send operation.
Implements
Remarks
You can use the ShareOperation object to get the data that a user wants to send. It also contains methods your app can use to track the progress of the operation.