PropertySchema(String, JObject, List<PropertySchema>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.