Delen via


Field<T>.SetFieldDescription Methode

Definitie

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>.

Van toepassing op