次の方法で共有


Field<T>.AddTerms メソッド

定義

オーバーロード

AddTerms(Object, TermsAttribute)

値の用語を追加します。

AddTerms(Object, String[])

値の用語を追加します。

AddTerms(Object, TermsAttribute)

ソース:
Field.cs

値の用語を追加します。

public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> AddTerms(object value, Microsoft.Bot.Builder.FormFlow.TermsAttribute terms);
member this.AddTerms : obj * Microsoft.Bot.Builder.FormFlow.TermsAttribute -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function AddTerms (value As Object, terms As TermsAttribute) As Field(Of T)

パラメーター

value
Object

値。

terms
TermsAttribute

追加する用語。

戻り値

Field<T>

適用対象

AddTerms(Object, String[])

ソース:
Field.cs

値の用語を追加します。

public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> AddTerms(object value, params string[] terms);
member this.AddTerms : obj * string[] -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function AddTerms (value As Object, ParamArray terms As String()) As Field(Of T)

パラメーター

value
Object

値。

terms
String[]

用語。

戻り値

Field<T>

適用対象