共用方式為


PropertySchema.Children 屬性

定義

如果有的話,取得子屬性。

public System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema> Children { get; }
member this.Children : System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema>
Public ReadOnly Property Children As IReadOnlyList(Of PropertySchema)

屬性值

如果有的話,則為子屬性。

適用於