IStaticPlaceholderProvider Interface

Provides handlers that expand to a static context.

Definition

Namespace: MFiles.VAF.Placeholders.Commands
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IStaticPlaceholderProvider : IPlaceholderCommandProvider
Implements
IPlaceholderCommandProvider

Properties

Command The name of the command this object returns a handler for.
(Inherited from IPlaceholderCommandProvider)
Context The context that all provided handlers will expand to.
DisplayName
(Inherited from IPlaceholderCommandProvider)

Methods

GetHandler Gets a handler for the command.
(Inherited from IPlaceholderCommandProvider)

See Also