CommandProvidersAddRange Method (IPlaceholderCommandProvider) |
Adds multiple providers to the dictionary.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void AddRange(
params IPlaceholderCommandProvider[] providers
)
Public Sub AddRange (
ParamArray providers As IPlaceholderCommandProvider()
)
public:
void AddRange(
... array<IPlaceholderCommandProvider^>^ providers
)
Parameters
- providers
- Type: MFiles.VAF.PlaceholdersIPlaceholderCommandProvider
Collection of command providers to add.
See Also