Field<T>.SetFieldDescription Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| SetFieldDescription(String) |
Stel de veldbeschrijving in. |
| SetFieldDescription(DescribeAttribute) |
Stel de volledige veldbeschrijving in. |
SetFieldDescription(String)
- Bron:
- Field.cs
Stel de veldbeschrijving in.
public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetFieldDescription(string description);
member this.SetFieldDescription : string -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetFieldDescription (description As String) As Field(Of T)
Parameters
- description
- String
Veldbeschrijving.
Retouren
Een Field<T>.
Van toepassing op
SetFieldDescription(DescribeAttribute)
- Bron:
- Field.cs
Stel de volledige veldbeschrijving in.
public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetFieldDescription(Microsoft.Bot.Builder.FormFlow.DescribeAttribute description);
member this.SetFieldDescription : Microsoft.Bot.Builder.FormFlow.DescribeAttribute -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetFieldDescription (description As DescribeAttribute) As Field(Of T)
Parameters
- description
- DescribeAttribute
De veldbeschrijving.
Retouren
Een Field<T>.