TryReplaceToken Délégué
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.
Remplace un jeton par un ou plusieurs autres jetons avant l’analyse.
public delegate bool TryReplaceToken(System::String ^ tokenToReplace, [Runtime::InteropServices::Out] IReadOnlyList<System::String ^> ^ % replacementTokens, [Runtime::InteropServices::Out] System::String ^ % errorMessage);
public delegate bool TryReplaceToken(string tokenToReplace, out IReadOnlyList<string>? replacementTokens, out string? errorMessage);
type TryReplaceToken = delegate of string * IReadOnlyList * string -> bool
Public Delegate Function TryReplaceToken(tokenToReplace As String, ByRef replacementTokens As IReadOnlyList(Of String), ByRef errorMessage As String) As Boolean
Paramètres
- tokenToReplace
- String
- replacementTokens
- IReadOnlyList<String>
- errorMessage
- String