AttachmentValidatorAttribute.IsValidAsync(Attachment, String) Méthode
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.
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)
Paramètres
- attachment
- Attachment
- errorMessage
- String