共用方式為


PropertySchema(String, JObject, List<PropertySchema>) 建構函式

定義

初始化 PropertySchema 類別的新執行個體。

public PropertySchema (string path, Newtonsoft.Json.Linq.JObject schema, System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema> children = default);
new Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema : string * Newtonsoft.Json.Linq.JObject * System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema> -> Microsoft.Bot.Builder.Dialogs.Adaptive.PropertySchema
Public Sub New (path As String, schema As JObject, Optional children As List(Of PropertySchema) = Nothing)

參數

path
String

此屬性的路徑。

schema
Newtonsoft.Json.Linq.JObject

此屬性的 JSON 架構片段。

children
List<PropertySchema>

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

適用於