Partager via


PropertySchema(String, JObject, List<PropertySchema>) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

path
String

Chemin d’accès à cette propriété.

schema
Newtonsoft.Json.Linq.JObject

Fragment de schéma JSON pour cette propriété.

children
List<PropertySchema>

Propriétés enfants, le cas échéant.

S’applique à