Skip to content
| Marketplace
Sign in
Visual Studio>Templates>Native Activity And Designer
Native Activity And Designer

Native Activity And Designer

Will Sullivan

|
1,293 installs
| (1) | Free
Creates a simple NativeActivity (that is clean, documented and implements IActivityTemplateFactory) and its Designer. Good for simple designs and for testing.
Download

Creates a simple NativeActivity (that is clean, documented and implements IActivityTemplateFactory) and its Designer. Good for simple designs and for testing.

The template adds three files to your solution:

  • NativeActivity1.cs
    • This is the implementation of the NativeActivity
  • NativeActivity1Designer.xaml
    • This is the designer for NativeActivity1
  • NativeActivity1Designer.xaml.cs
    • Codebehind for NativeActivity1Designer.xaml

The NativeActivity comes with a very simple, but clean, implementation.  The designer is clean and ready for use.

Things to note:

  • The NativeActivity implements IActivityTemplateFactory, which may or may not suit your design.
  • The designer is placed in the same namespace as the NativeActivity.

Versions:

1.0 - initial upload

1.1 - added additional using directives for common use cases (Collection<T> and VisualBasicValue<T> namespaces)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft