Contents

AppExtensionPoint.UserInterface

A type with that indicates whether the extension point displays UI from an app extension.

Declaration

struct UserInterface

Overview

Add a UserInterface type in an extension point definition and initialize it with a Boolean value. Specify true if your extension point supports custom UI or false if it doesn’t.

Topics

Creating a user-interface attribute

Getting the value

See Also

Declaring an extension point