StaticContextPlaceholderProvider Constructor |
Constructor.
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic StaticContextPlaceholderProvider(
string command,
IExpansionContext context
)
Public Sub New (
command As String,
context As IExpansionContext
)
public:
StaticContextPlaceholderProvider(
String^ command,
IExpansionContext^ context
)
Parameters
- command
- Type: SystemString
The name of the command this object provides a handler for. - context
- Type: MFiles.VAF.PlaceholdersIExpansionContext
The context that all handlers should provide.
See Also