IShareTargetActivatedEventArgs.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.
Contains information about data included in a share operation.
public:
property ShareOperation ^ ShareOperation { ShareOperation ^ get(); };
ShareOperation ShareOperation();
public ShareOperation ShareOperation { get; }
var shareOperation = iShareTargetActivatedEventArgs.shareOperation;
Public ReadOnly Property ShareOperation As ShareOperation
Property Value
An object that includes the data included in a send operation.