次の方法で共有


IFieldDescription.ValueDescriptions プロパティ

定義

列挙をサポートするために、使用可能なすべての値の説明を返します。

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.FormFlow.DescribeAttribute> ValueDescriptions { get; }
member this.ValueDescriptions : seq<Microsoft.Bot.Builder.FormFlow.DescribeAttribute>
Public ReadOnly Property ValueDescriptions As IEnumerable(Of DescribeAttribute)

プロパティ値

使用可能なすべての値の説明。

適用対象