SharePointActivityHandler.OnSharePointTaskGetPropertyPaneConfigurationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überschreiben Sie dies in einer abgeleiteten Klasse, um Logik zum Abrufen von Konfigurationsbereichseigenschaften bereitzustellen.
protected virtual System.Threading.Tasks.Task<Microsoft.Bot.Schema.SharePoint.GetPropertyPaneConfigurationResponse> OnSharePointTaskGetPropertyPaneConfigurationAsync(Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IInvokeActivity> turnContext, Microsoft.Bot.Schema.SharePoint.AceRequest aceRequest, System.Threading.CancellationToken cancellationToken);
abstract member OnSharePointTaskGetPropertyPaneConfigurationAsync : Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IInvokeActivity> * Microsoft.Bot.Schema.SharePoint.AceRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.SharePoint.GetPropertyPaneConfigurationResponse>
override this.OnSharePointTaskGetPropertyPaneConfigurationAsync : Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IInvokeActivity> * Microsoft.Bot.Schema.SharePoint.AceRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.SharePoint.GetPropertyPaneConfigurationResponse>
Protected Overridable Function OnSharePointTaskGetPropertyPaneConfigurationAsync (turnContext As ITurnContext(Of IInvokeActivity), aceRequest As AceRequest, cancellationToken As CancellationToken) As Task(Of GetPropertyPaneConfigurationResponse)
Parameter
- turnContext
- ITurnContext<IInvokeActivity>
Ein stark typiertes Kontextobjekt für diese Drehung.
- aceRequest
- AceRequest
Die ACE ruft die Nutzlast des Anforderungswerts auf.
- cancellationToken
- CancellationToken
Ein Abbruchtoken, das von anderen Objekten oder Threads verwendet werden kann, um eine Kündigungsbenachrichtigung zu erhalten.
Gibt zurück
Eine Konfigurationsantwort für den Eigenschaftenbereich für die Anforderung.