MacroManager.Contains
Method
Description:
Indicates the given module is a member of this collection.
Indicates the given module is a member of this collection.
Parameters
| Parameter | Type | Description |
|---|---|---|
| module | MacroModule | The module. |
Return Value
| Type | Description |
|---|---|
| Boolean | Returns true if the given module is a member of this collection, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |