AwaitableAttachment.ProvideHelp<T>(IField<T>) Method
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.
public virtual string ProvideHelp<T> (Microsoft.Bot.Builder.FormFlow.Advanced.IField<T> field) where T : class;
abstract member ProvideHelp : Microsoft.Bot.Builder.FormFlow.Advanced.IField<'T (requires 'T : null)> -> string (requires 'T : null)
override this.ProvideHelp : Microsoft.Bot.Builder.FormFlow.Advanced.IField<'T (requires 'T : null)> -> string (requires 'T : null)
Public Overridable Function ProvideHelp(Of T As Class) (field As IField(Of T)) As String
Type Parameters
- T
Parameters
- field
- IField<T>