////// Invoked when the application is activated as the target of a sharing operation. /// /// Details about the activation request. void $wizardappclass$::OnShareTargetActivated(Windows::ApplicationModel::Activation::ShareTargetActivatedEventArgs^ args) { auto shareTargetPage = ref new $rootnamespace$::$safeitemname$(); shareTargetPage->Activate(args); }
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 ...
Invoked when the application is activated to display search results. Details about the activation request. protected async ...