public sealed class MenuItemExtensionPoint : IMessage<MenuItemExtensionPoint>, IEquatable<MenuItemExtensionPoint>, IDeepCloneable<MenuItemExtensionPoint>, IBufferMessage, IMessage
Common format for declaring a menu item, or button, that appears within a
host app.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides information on the `MenuItemExtensionPoint` class, which is used for declaring menu items or buttons within a host application."],["The latest version of this class is 2.3.0, with several previous versions documented, including 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0."],["The `MenuItemExtensionPoint` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that can take another `MenuItemExtensionPoint` as a parameter and has properties such as `Label`, `LogoUrl`, and `RunFunction`."],["The `Label` property is required and is the text seen by the user, `LogoUrl` is optional, and the `RunFunction` property is a required endpoint that executes when activated."]]],[]]