Freigeben über


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

Definition

Initialisiert eine neue Instanz der PropertySchema-Klasse.

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)

Parameter

path
String

Pfad zu dieser Eigenschaft.

schema
Newtonsoft.Json.Linq.JObject

JSON-Schemafragment für diese Eigenschaft.

children
List<PropertySchema>

Untergeordnete Eigenschaften, falls vorhanden.

Gilt für: