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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides information on the \u003ccode\u003eMenuItemExtensionPoint\u003c/code\u003e class, which is used for declaring menu items or buttons within a host application.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMenuItemExtensionPoint\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor that can take another \u003ccode\u003eMenuItemExtensionPoint\u003c/code\u003e as a parameter and has properties such as \u003ccode\u003eLabel\u003c/code\u003e, \u003ccode\u003eLogoUrl\u003c/code\u003e, and \u003ccode\u003eRunFunction\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLabel\u003c/code\u003e property is required and is the text seen by the user, \u003ccode\u003eLogoUrl\u003c/code\u003e is optional, and the \u003ccode\u003eRunFunction\u003c/code\u003e property is a required endpoint that executes when activated.\u003c/p\u003e\n"]]],[],null,[]]