PlaceholderCommandProviderT Constructor |
Constructor.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic PlaceholderCommandProvider(
string command
)
Public Sub New (
command As String
)
public:
PlaceholderCommandProvider(
String^ command
)
Parameters
- command
- Type: SystemString
The name of the command this object provides a handler for.
See Also