AttachmentValidatorAttribute.IsValidAsync(Attachment, String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
public abstract System.Threading.Tasks.Task<bool> IsValidAsync(Microsoft.Bot.Connector.Attachment attachment, out string errorMessage);
abstract member IsValidAsync : Microsoft.Bot.Connector.Attachment * string -> System.Threading.Tasks.Task<bool>
Public MustOverride Function IsValidAsync (attachment As Attachment, ByRef errorMessage As String) As Task(Of Boolean)
Parametry
- attachment
- Attachment
- errorMessage
- String