IActionHandlerInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a method that displays the collection of the action handler.
public interface class IActionHandlerInfo : IDisposable
public interface IActionHandlerInfo : IDisposable
type IActionHandlerInfo = interface
interface IDisposable
Public Interface IActionHandlerInfo
Implements IDisposable
- Derived
- Implements
Properties
ActionHandler |
Gets the reference of the actual action handler Singleton. |
DefaultProperties |
Gets the default properties associated with the action handler. |
Moniker |
Gets the string value of the action handler moniker. |