MessageFormatterProgressTracker.TryGetProgressObject 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.
Surcharges
| TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation) |
Obtient l’objet MessageFormatterProgressTracker.ProgressParamInformation associé à l’ID de progression donné. |
| TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation) |
Obtient l’objet MessageFormatterProgressTracker.ProgressParamInformation associé à l’ID de progression donné. |
TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)
Obtient l’objet MessageFormatterProgressTracker.ProgressParamInformation associé à l’ID de progression donné.
public bool TryGetProgressObject(long progressId, out StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation? valueType);
member this.TryGetProgressObject : int64 * ProgressParamInformation -> bool
Public Function TryGetProgressObject (progressId As Long, ByRef valueType As MessageFormatterProgressTracker.ProgressParamInformation) As Boolean
Paramètres
- progressId
- Int64
Clé d’obtention de l’objet MessageFormatterProgressTracker.ProgressParamInformation à partir de StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.
Paramètre de sortie pour stocker l’objet obtenu MessageFormatterProgressTracker.ProgressParamInformation .
Retours
true si l’objet MessageFormatterProgressTracker.ProgressParamInformation a été trouvé avec la clé spécifiée ; sinon, false.
S’applique à
TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)
Obtient l’objet MessageFormatterProgressTracker.ProgressParamInformation associé à l’ID de progression donné.
public bool TryGetProgressObject(object progressId, out StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation valueType);
member this.TryGetProgressObject : obj * ProgressParamInformation -> bool
Public Function TryGetProgressObject (progressId As Object, ByRef valueType As MessageFormatterProgressTracker.ProgressParamInformation) As Boolean
Paramètres
- progressId
- Object
Clé d’obtention de l’objet MessageFormatterProgressTracker.ProgressParamInformation à partir de StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.
Paramètre de sortie pour stocker l’objet obtenu MessageFormatterProgressTracker.ProgressParamInformation .
Retours
true si l’objet MessageFormatterProgressTracker.ProgressParamInformation a été trouvé avec la clé spécifiée ; sinon, false.