StaticContextPlaceholderProvider Class

Provides handlers that expands to a static context.

Definition

Namespace: MFiles.VAF.Placeholders.Commands
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class StaticContextPlaceholderProvider : IStaticPlaceholderProvider, 
	IPlaceholderCommandProvider
Inheritance
Object    StaticContextPlaceholderProvider
Implements
IStaticPlaceholderProvider, IPlaceholderCommandProvider

Constructors

Properties

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

Methods

GetHandler Gets a handler for the command.

See Also