Contents

AppExtensionPoint.Name

A type that defines the name of an extension point.

Declaration

struct Name

Mentioned in

Overview

Add this type to each extension point definition you create in your host app. Provide a unique string for each of your app’s extension points. App extensions that want to bind to the extension point include this name in their binding.

Topics

Creating a name attribute

See Also

Declaring an extension point