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 |