[]
Represents an interface that provide help information of a function.
public interface IIntelliSenseFunction
Public Interface IIntelliSenseFunction
Name | Description |
---|---|
Overloads | Gets the total number of function overloads. |
Name | Description |
---|---|
GetArgumentCount(int, int, out bool) | Gets the total number of parameters that display in the intelli-sense tooltip. |
GetArgumentDescription(LanguagePackage, int) | Gets the description of function's argument which is displayed from Function Arguments dialog. |
GetArgumentName(LanguagePackage, int, int, int) | Gets name of the parameter in the specified language package. |
GetArgumentOptions(LanguagePackage, int) | Gets an array of option values for the specified parameter. |
GetArgumentType(Function, int, int, int) | Gets the parameter name of the specified function. |
GetDescription(LanguagePackage) | Gets description of the function in the specified language package. |
GetDescription2(LanguagePackage) | Gets the function description which is displayed from Function Arguments dialog. |
GetGroupedArguments(int, out int, out int) | Gets the lower index and upper index of the argument group that contains the specified argument. |