Click or drag to resize
MacroMethodAttribute Properties

The MacroMethodAttribute type exposes the following members.

Properties
  NameDescription
Public propertyComment
Comment of the macro method.
Public propertyIsHidden
If true, the method won't be visible in IntelliSense (but will be normally executed when called).
Public propertyMinimumParameters
Gets or sets the minimal number of parameters needed by the method.
Public propertyName
Name of the macro method.
Public propertySnippet
Gets or sets a code snippet which is used in AutoCompletion when TAB is pressed (for determining the cursor position use pipe).
Public propertySpecialParameters
Gets or sets the list of special parameters needed to be supplied by resolver.
Public propertyType
Gets or sets a return type of the method.
Top
See Also