ITemplate<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines Template interface for binding data to T.
public interface ITemplate<T>
type ITemplate<'T> = interface
Public Interface ITemplate(Of T)
Type Parameters
- T
Type to bind data to.
- Derived
Methods
BindAsync(DialogContext, Object, CancellationToken) |
Given the turn context bind to the data to create the object of type T. |