Skip to content

Commit

Permalink
Merged PR 10868: Bulk update to fix broken links to methods
Browse files Browse the repository at this point in the history
Bulk update to fix broken links to methods
  • Loading branch information
jwmsft committed Aug 23, 2018
1 parent c9eb8ad commit 4333fea
Show file tree
Hide file tree
Showing 1,224 changed files with 1,466 additions and 1,466 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public interface IBackgroundActivatedEventArgs :
# Windows.ApplicationModel.Activation.IBackgroundActivatedEventArgs

## -description
Makes all data available from the [IBackgroundTask.Run](../windows.applicationmodel.background/ibackgroundtask_run.md) method available to your event handler when your app is activated by a background trigger.
Makes all data available from the [IBackgroundTask.Run](../windows.applicationmodel.background/ibackgroundtask_run_2017283929.md) method available to your event handler when your app is activated by a background trigger.

## -remarks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ public Windows.ApplicationModel.Background.IBackgroundTaskInstance TaskInstance
# Windows.ApplicationModel.Activation.IBackgroundActivatedEventArgs.TaskInstance

## -description
Get the data that was available to the [IBackgroundTask.Run](../windows.applicationmodel.background/ibackgroundtask_run.md) method that resulted in your app being activated.
Get the data that was available to the [IBackgroundTask.Run](../windows.applicationmodel.background/ibackgroundtask_run_2017283929.md) method that resulted in your app being activated.

## -property-value
The data that was available to the [IBackgroundTask.Run](../windows.applicationmodel.background/ibackgroundtask_run.md) method.
The data that was available to the [IBackgroundTask.Run](../windows.applicationmodel.background/ibackgroundtask_run_2017283929.md) method.

## -remarks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public Windows.System.ProtocolForResultsOperation ProtocolForResultsOperation {
Gets the **ProtocolForResultsOperation** that you can then use to signal that your app is ready to return to the app that launched it for results.

## -property-value
The **ProtocolForResultsOperation** object that you can use to signal that your app is ready to return by calling its [ProtocolForResultsOperation.ReportCompleted](../windows.system/protocolforresultsoperation_reportcompleted.md) method.
The **ProtocolForResultsOperation** object that you can use to signal that your app is ready to return by calling its [ProtocolForResultsOperation.ReportCompleted](../windows.system/protocolforresultsoperation_reportcompleted_1269001960.md) method.

## -remarks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ If programming with C#, VB, or C++, launch is complete when you activate an app
## -examples

## -see-also
[Handle app activation](http://msdn.microsoft.com/library/da9a6a43-f09d-4512-a2ab-9b6132431007), [Windows.UI.Core.CoreApplicationView.Activated](../windows.applicationmodel.core/coreapplicationview_activated.md), [Application](../windows.ui.xaml/application.md), [OnLaunched](../windows.ui.xaml/application_onlaunched.md)
[Handle app activation](http://msdn.microsoft.com/library/da9a6a43-f09d-4512-a2ab-9b6132431007), [Windows.UI.Core.CoreApplicationView.Activated](../windows.applicationmodel.core/coreapplicationview_activated.md), [Application](../windows.ui.xaml/application.md), [OnLaunched](../windows.ui.xaml/application_onlaunched_859642554.md)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public Windows.System.ProtocolForResultsOperation ProtocolForResultsOperation {
Gets the **ProtocolForResultsOperation** that you use to signal that your app is ready to return to the app that launched it for results.

## -property-value
The **ProtocolForResultsOperation** object that you can use to signal that your app is ready to return by calling its [ProtocolForResultsOperation.ReportCompleted](../windows.system/protocolforresultsoperation_reportcompleted.md) method.
The **ProtocolForResultsOperation** object that you can use to signal that your app is ready to return by calling its [ProtocolForResultsOperation.ReportCompleted](../windows.system/protocolforresultsoperation_reportcompleted_1269001960.md) method.

## -remarks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Represents the operation object associated with adding a new appointment. Appoin
## -remarks
This class is used as the value of the [AddAppointmentOperation](../windows.applicationmodel.activation/appointmentsprovideraddappointmentactivatedeventargs_addappointmentoperation.md) event data property from the [AppointmentsProviderAddAppointmentActivatedEventArgs](../windows.applicationmodel.activation/appointmentsprovideraddappointmentactivatedeventargs.md) event data class. An appointments provider app typically goes through a series of casts and property checks starting from the [IActivatedEventArgs](../windows.applicationmodel.activation/iactivatedeventargs.md) event data of a general activation event handler. If the activation indicates that it's an **AppointmentsProvider** app activation kind with **Add** as the verb, then it's appropriate to cast event data to [AppointmentsProviderAddAppointmentActivatedEventArgs](../windows.applicationmodel.activation/appointmentsprovideraddappointmentactivatedeventargs.md).

Providers call methods of [AddAppointmentOperation](addappointmentoperation.md) to indicate whether the operation was completed, was canceled, or when a provider error prevented the operation from being completed. Calling these methods influences the async results that the activating app gets back from its [ShowAddAppointmentAsync](../windows.applicationmodel.appointments/appointmentmanager_showaddappointmentasync.md) call. All of the reporting methods ([ReportCompleted](addappointmentoperation_reportcompleted.md), [ReportCanceled](addappointmentoperation_reportcanceled.md), [ReportError](addappointmentoperation_reporterror.md)) dismiss the Add Appointment UI.
Providers call methods of [AddAppointmentOperation](addappointmentoperation.md) to indicate whether the operation was completed, was canceled, or when a provider error prevented the operation from being completed. Calling these methods influences the async results that the activating app gets back from its [ShowAddAppointmentAsync](/uwp/api/windows.applicationmodel.appointments.appointmentmanager.showaddappointmentasync) call. All of the reporting methods ([ReportCompleted](addappointmentoperation_reportcompleted_458863373.md), [ReportCanceled](addappointmentoperation_reportcanceled_1921025216.md), [ReportError](addappointmentoperation_reporterror_1034694985.md)) dismiss the Add Appointment UI.

## -examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void DismissUI()
Dismisses the UI for the operation that adds a new appointment.

## -remarks
A call to [DismissUI](addappointmentoperation_dismissui.md) is similar to when the user dismisses the appointment provider’s UI by tapping away from it. When the appointment provider’s UI is dismissed, the appointment provider app can continue to save the appointment in the background until the appointment provider app calls [ReportCompleted](addappointmentoperation_reportcompleted.md) or [ReportError](addappointmentoperation_reporterror.md) or up to 15 seconds elapses, which causes the appointments provider app to stop running.
A call to [DismissUI](addappointmentoperation_dismissui_451152495.md) is similar to when the user dismisses the appointment provider’s UI by tapping away from it. When the appointment provider’s UI is dismissed, the appointment provider app can continue to save the appointment in the background until the appointment provider app calls [ReportCompleted](addappointmentoperation_reportcompleted_458863373.md) or [ReportError](addappointmentoperation_reporterror_1034694985.md) or up to 15 seconds elapses, which causes the appointments provider app to stop running.

## -examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Represents the operation object associated with removing an appointment. Appoint
## -remarks
This class is used as the value of the [RemoveAppointmentOperation](../windows.applicationmodel.activation/appointmentsproviderremoveappointmentactivatedeventargs_removeappointmentoperation.md) event data property from the [AppointmentsProviderRemoveAppointmentActivatedEventArgs](../windows.applicationmodel.activation/appointmentsproviderremoveappointmentactivatedeventargs.md) event data class. An appointments provider app typically goes through a series of casts and property checks starting from the [IActivatedEventArgs](../windows.applicationmodel.activation/iactivatedeventargs.md) event data of a general activation event handler. If the activation indicates that it's an **AppointmentsProvider** app activation kind with **Remove** as the verb, then it's appropriate to cast event data to [AppointmentsProviderRemoveAppointmentActivatedEventArgs](../windows.applicationmodel.activation/appointmentsproviderremoveappointmentactivatedeventargs.md).

Providers call methods of [RemoveAppointmentOperation](removeappointmentoperation.md) to indicate whether the operation was completed, was canceled, or when a provider error prevented the operation from being completed. Calling these methods influences the async results that the activating app gets back from its [ShowRemoveAppointmentAsync](../windows.applicationmodel.appointments/appointmentmanager_showremoveappointmentasync.md) call. All of the reporting methods ([ReportCompleted](removeappointmentoperation_reportcompleted.md), [ReportCanceled](removeappointmentoperation_reportcanceled.md), [ReportError](removeappointmentoperation_reporterror.md)) dismiss the Remove Appointment UI.
Providers call methods of [RemoveAppointmentOperation](removeappointmentoperation.md) to indicate whether the operation was completed, was canceled, or when a provider error prevented the operation from being completed. Calling these methods influences the async results that the activating app gets back from its [ShowRemoveAppointmentAsync](/uwp/api/windows.applicationmodel.appointments.appointmentmanager.showremoveappointmentasync) call. All of the reporting methods ([ReportCompleted](removeappointmentoperation_reportcompleted_1121471021.md), [ReportCanceled](removeappointmentoperation_reportcanceled_1921025216.md), [ReportError](removeappointmentoperation_reporterror_1034694985.md)) dismiss the Remove Appointment UI.

## -examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gets the unique identifier of the appointment to remove.
The unique identifier of the appointment to remove.

## -remarks
The identifier is usually a value the appointment provider app previously returned through an [AddAppointmentOperation.ReportCompleted](addappointmentoperation_reportcompleted.md) call. If the identifier doesn't correspond to any known appointment, the appointment doesn't exist in the user’s calendar. Because the user's intent was to remove the appointment, we recommend that you treat the operation as successful.
The identifier is usually a value the appointment provider app previously returned through an [AddAppointmentOperation.ReportCompleted](addappointmentoperation_reportcompleted_458863373.md) call. If the identifier doesn't correspond to any known appointment, the appointment doesn't exist in the user’s calendar. Because the user's intent was to remove the appointment, we recommend that you treat the operation as successful.
<!--and probably should not display UI? without an ID to lookup the info there would be nothing useful to display-->

## -examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void DismissUI()
Dismisses the UI for the operation that removes an appointment.

## -remarks
A call to [DismissUI](addappointmentoperation_dismissui.md) is similar to when the user dismisses the appointment provider’s UI by tapping away from it. When the appointment provider’s UI is dismissed, the appointment provider app can continue to save the appointment in the background until the appointment provider app calls [ReportCompleted](addappointmentoperation_reportcompleted.md) or [ReportError](addappointmentoperation_reporterror.md) or up to 15 seconds elapses, which causes the appointments provider app to stop running.
A call to [DismissUI](addappointmentoperation_dismissui_451152495.md) is similar to when the user dismisses the appointment provider’s UI by tapping away from it. When the appointment provider’s UI is dismissed, the appointment provider app can continue to save the appointment in the background until the appointment provider app calls [ReportCompleted](addappointmentoperation_reportcompleted_458863373.md) or [ReportError](addappointmentoperation_reporterror_1034694985.md) or up to 15 seconds elapses, which causes the appointments provider app to stop running.

## -examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Represents the operation object associated with replacing an appointment. Appoin
## -remarks
This class is used as the value of the [ReplaceAppointmentOperation](replaceappointmentoperation.md) event data property from the [AppointmentsProviderRemoveAppointmentActivatedEventArgs](../windows.applicationmodel.activation/appointmentsproviderremoveappointmentactivatedeventargs.md) event data class. An appointments provider app typically goes through a series of casts and property checks starting from the [IActivatedEventArgs](../windows.applicationmodel.activation/iactivatedeventargs.md) event data of a general activation event handler. If the activation indicates that it's an **AppointmentsProvider** app activation kind with **Remove** as the verb, then it's appropriate to cast event data to [AppointmentsProviderRemoveAppointmentActivatedEventArgs](../windows.applicationmodel.activation/appointmentsproviderremoveappointmentactivatedeventargs.md).

Providers call methods of [ReplaceAppointmentOperation](replaceappointmentoperation.md) to indicate whether the operation was completed, was canceled, or when a provider error prevented the operation from being completed. Calling these methods influences the async results that the activating app gets back from one of its [ShowReplaceAppointmentAsync](../windows.applicationmodel.appointments/appointmentmanager_showreplaceappointmentasync.md) calls. All of the reporting methods ([ReportCompleted](replaceappointmentoperation_reportcompleted.md), [ReportCanceled](replaceappointmentoperation_reportcanceled.md), [ReportError](replaceappointmentoperation_reporterror.md)) dismiss the Replace Appointment UI.
Providers call methods of [ReplaceAppointmentOperation](replaceappointmentoperation.md) to indicate whether the operation was completed, was canceled, or when a provider error prevented the operation from being completed. Calling these methods influences the async results that the activating app gets back from one of its [ShowReplaceAppointmentAsync](/uwp/api/windows.applicationmodel.appointments.appointmentmanager.showreplaceappointmentasync) calls. All of the reporting methods ([ReportCompleted](replaceappointmentoperation_reportcompleted_458863373.md), [ReportCanceled](replaceappointmentoperation_reportcanceled_1921025216.md), [ReportError](replaceappointmentoperation_reporterror_1034694985.md)) dismiss the Replace Appointment UI.

## -examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gets the unique identifier of the appointment to replace.
The unique identifier of the appointment to replace.

## -remarks
The identifier is typically a value that the appointments provider app previously returned through an [AddAppointmentOperation.ReportCompleted](addappointmentoperation_reportcompleted.md) call. If the identifier doesn't correspond to any known appointment, the appointment doesn't exist in the user’s calendar. Because the user's intent was to replace the original appointment, we recommend that the appointment provider app create a new appointment and add it to the calendar.
The identifier is typically a value that the appointments provider app previously returned through an [AddAppointmentOperation.ReportCompleted](addappointmentoperation_reportcompleted_458863373.md) call. If the identifier doesn't correspond to any known appointment, the appointment doesn't exist in the user’s calendar. Because the user's intent was to replace the original appointment, we recommend that the appointment provider app create a new appointment and add it to the calendar.
<!--and probably should not display UI? without an ID to lookup the info there would be nothing useful to display-->

## -examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void DismissUI()
Dismisses the UI for the operation that replaces an appointment.

## -remarks
A call to [DismissUI](addappointmentoperation_dismissui.md) is similar to when the user dismisses the appointment provider’s UI by tapping away from it. When the appointment provider’s UI is dismissed, the appointment provider app can continue to save the appointment in the background until the appointment provider app calls [ReportCompleted](addappointmentoperation_reportcompleted.md) or [ReportError](addappointmentoperation_reporterror.md) or up to 15 seconds elapses, which causes the appointments provider app to stop running.
A call to [DismissUI](addappointmentoperation_dismissui_451152495.md) is similar to when the user dismisses the appointment provider’s UI by tapping away from it. When the appointment provider’s UI is dismissed, the appointment provider app can continue to save the appointment in the background until the appointment provider app calls [ReportCompleted](addappointmentoperation_reportcompleted_458863373.md) or [ReportError](addappointmentoperation_reporterror_1034694985.md) or up to 15 seconds elapses, which causes the appointments provider app to stop running.

## -examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class AppointmentManagerForUser : Windows.ApplicationModel.Appointments.I
Represents an appointment manager for a specific user.

## -remarks
Call the [AppointmentManager.GetForUser](appointmentmanager_getforuser.md) method to get an instance of this class.
Call the [AppointmentManager.GetForUser](appointmentmanager_getforuser_2058550280.md) method to get an instance of this class.

## -examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The [Rect](../windows.foundation/rect.md) is the rectangular area of user select
When this method completes, it returns a **String** object that represents the [RoamingId](appointment_roamingid.md) of the appointment. If the appointment identifier returned is an empty string, the appointment was not added to the Appointments provider app.

## -remarks
> For Windows Phone 8.x apps, this method behaves the same as [ShowEditNewAppointmentAsync](appointmentmanager_showeditnewappointmentasync.md), in that the fields in the Add Appointment UI are editable by the user.
> For Windows Phone 8.x apps, this method behaves the same as [ShowEditNewAppointmentAsync](appointmentmanager_showeditnewappointmentasync_372535555.md), in that the fields in the Add Appointment UI are editable by the user.
## -examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ public class AppointmentStoreChangedDeferral : Windows.ApplicationModel.Appointm
# Windows.ApplicationModel.Appointments.AppointmentStoreChangedDeferral

## -description
Represents a background task deferral returned by the [AppointmentStoreChangedEventArgs.GetDeferral](appointmentstorechangedeventargs_getdeferral.md) method.
Represents a background task deferral returned by the [AppointmentStoreChangedEventArgs.GetDeferral](appointmentstorechangedeventargs_getdeferral_254836512.md) method.

## -remarks
Returned by the [AppointmentStoreChangedEventArgs.GetDeferral](appointmentstorechangedeventargs_getdeferral.md) method.
Returned by the [AppointmentStoreChangedEventArgs.GetDeferral](appointmentstorechangedeventargs_getdeferral_254836512.md) method.

## -examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public void AcceptChanges()
# Windows.ApplicationModel.Appointments.AppointmentStoreChangeReader.AcceptChanges

## -description
Tells the system that all of the changes to appointments returned by the call to [ReadBatchAsync](appointmentstorechangereader_readbatchasync.md) have been addressed by the app.
Tells the system that all of the changes to appointments returned by the call to [ReadBatchAsync](appointmentstorechangereader_readbatchasync_888788553.md) have been addressed by the app.

## -remarks

Expand Down
Loading

0 comments on commit 4333fea

Please sign in to comment.