Method GetCommandEntries
| Improve this Doc View SourceGetCommandEntries(InPlaceEditor)
Retrieves command implementations for specified InPlaceEditor.
Declaration
IEnumerable<CommandEntry> GetCommandEntries(InPlaceEditor inPlaceEditor)
Parameters
Type | Name | Description |
---|---|---|
InPlaceEditor | inPlaceEditor | The specified InPlaceEditor. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CommandEntry> | The retrieved command implementations. |