ShareOperation.ReportStarted Method

Definition

Specifies that the app has started to acquire the content that the user wants to share.

public:
 virtual void ReportStarted() = ReportStarted;
void ReportStarted();
/// [Windows.Foundation.Metadata.Deprecated("ReportStarted is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.Foundation.UniversalApiContract")]
void ReportStarted();
public void ReportStarted();
[Windows.Foundation.Metadata.Deprecated("ReportStarted is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.Foundation.UniversalApiContract")]
public void ReportStarted();
function reportStarted()
Public Sub ReportStarted ()
Attributes

Remarks

Note

This method does nothing when called on Windows Phone 8.1.

Applies to