Makes the snippet SnpManipulateInCopyCJKGridAttributes available to the SnippetRunner framework.
| _SnpRunnerManipulateInCopyCJKGridAttributes::_SnpRunnerManipulateInCopyCJKGridAttributes | ( | | ) | |
This constructor describes your snippet to the framework.
| _SnpRunnerManipulateInCopyCJKGridAttributes::~_SnpRunnerManipulateInCopyCJKGridAttributes | ( | | ) | |
| virtual |
| bool16 _SnpRunnerManipulateInCopyCJKGridAttributes::CanLoad | ( | void | | ) | const |
| virtual |
Identifies whether this code snippet can be loaded in the current environment.
- Returns
- if kTrue, this code snippet can be loaded in the current environment.
Reimplemented from SnpRunnable.
| bool16 _SnpRunnerManipulateInCopyCJKGridAttributes::CanRun | ( | ISnpRunnableContext * | runnableContext | ) | |
| virtual |
Return kTrue if the snippet can run.
- Parameters
- Returns
- kTrue if snippet can run, kFalse otherwise
Implements SnpRunnable.
get the snippet context
- Returns
- eSnpRunContextType for this snippet
Implements SnpRunnable.
| ErrorCode _SnpRunnerManipulateInCopyCJKGridAttributes::Run | ( | ISnpRunnableContext * | runnableContext | ) | |
| virtual |
Run the snippet.
- Parameters
- Returns
- kSuccess on success, other ErrorCode otherwise.
Implements SnpRunnable.