DesignIntf.IEventInfo Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| GetMethodKind | public | Returns the method type (or kind). |
| GetParamCount | public | Returns the number of parameters of the method. |
| GetParamFlags | public | Returns the flags for the parameter indicated by Index from the parameter list of the method described by the current instance. |
| GetParamName | public | Returns the name of a parameter. |
| GetParamType | public | Returns the type of a parameter. |
| GetResultType | public | Returns a string that represents the type returned by the method described by the current instance. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |