PlaceholderCommandProviderT Class |
A generic implementation of IPlaceholderCommandProvider.
Inheritance HierarchySystemObject MFiles.VAF.PlaceholdersPlaceholderCommandProviderT
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic sealed class PlaceholderCommandProvider<T> : IPlaceholderCommandProvider
where T : new(), PlaceholderCommandHandler
Public NotInheritable Class PlaceholderCommandProvider(Of T As {New, PlaceholderCommandHandler})
Implements IPlaceholderCommandProvider
generic<typename T>
where T : gcnew(), PlaceholderCommandHandler
public ref class PlaceholderCommandProvider sealed : IPlaceholderCommandProvider
Type Parameters
- T
- The command handler type to provide.
The PlaceholderCommandProviderT type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Command |
The name of the command this object provides a handler for.
|
Top
Methods
See Also