ShareProviderOperation ShareProviderOperation ShareProviderOperation ShareProviderOperation Class

Definition

This class represents a share provider operation.

public : sealed class ShareProviderOperation : IShareProviderOperationpublic sealed class ShareProviderOperation : IShareProviderOperationPublic NotInheritable Class ShareProviderOperation Implements IShareProviderOperation// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

Data Data Data Data

Gets the data of the operation.

public : DataPackageView Data { get; }public DataPackageView Data { get; }Public ReadOnly Property Data As DataPackageView// You can use this property in JavaScript.

Provider Provider Provider Provider

Gets the share provider.

public : ShareProvider Provider { get; }public ShareProvider Provider { get; }Public ReadOnly Property Provider As ShareProvider// You can use this property in JavaScript.

Methods

ReportCompleted() ReportCompleted() ReportCompleted() ReportCompleted()

Completes the report.

public : void ReportCompleted()public void ReportCompleted()Public Function ReportCompleted() As void// You can use this method in JavaScript.