| MacroMethodAttribute Properties |
The MacroMethodAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| Comment |
Comment of the macro method.
| |
| IsHidden |
If true, the method won't be visible in IntelliSense (but will be normally executed when called).
| |
| MinimumParameters |
Gets or sets the minimal number of parameters needed by the method.
| |
| Name |
Name of the macro method.
| |
| Snippet |
Gets or sets a code snippet which is used in AutoCompletion when TAB is pressed (for determining the cursor position use pipe).
| |
| SpecialParameters |
Gets or sets the list of special parameters needed to be supplied by resolver.
| |
| Type |
Gets or sets a return type of the method.
|