Show / Hide Table of Contents

Method GetCommandEntries

| Improve this Doc View Source

GetCommandEntries(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest