///
/// Invoked when the application is activated as the target of a sharing operation.
///
/// Details about the activation request.
protected override void OnShareTargetActivated(Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs args)
{
var shareTargetPage = new $rootnamespace$.$safeitemname$();
shareTargetPage.Activate(args);
}
Invalid version format, expected "[Major]", "[Major].[Minor]", "[Major].[Minor].[Build]" or "[Major].[Minor].[Build].[Revision]" ...
Invalid workspace mapping. Verify the BuildDirectory or SourcesDirectory properties have been set correctly. ServerItem: ...
Invalid XmlnsDeclaration occurs in assembly '{0}'. XmlnsDeclaration references a namespace '{1}' that is not in the assembly. ...
Invoked when the application is activated as the target of a sharing operation. ' ' Details about the activation request. ...
Invoked when the application is activated as the target of a sharing operation. Details about the activation request. protected ...
Invoked when the application is activated as the target of a sharing operation. Details about the activation request. void ...
Invoked when the application is activated to display a file open picker. ' ' Details about the activation request. Protected ...
Invoked when the application is activated to display a file open picker. Details about the activation request. protected ...
Invoked when the application is activated to display search results. ' ' Details about the activation request. Protected ...