Metalama//API Documentation/Aspect API/Metalama.​Framework.​Aspects/Editor­Experience­Attribute/Add­Attribute­Suggestion­Title
Open sandboxFocus

Property AddAttributeSuggestionTitle

AddAttributeSuggestionTitle

Gets or sets the title of the code refactoring menu item that applies the aspect as a custom attribute. By default, the title is Add [Foo] if the aspect class is named FooAttribute. To organize several aspects into sub-menus, use the vertical pipe (|) to separate the different menu levels.

Declaration
public string AddAttributeSuggestionTitle { get; set; }
Property Value
Type Description
String