MessageFormatterProgressTracker.TryGetProgressObject Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation) |
MessageFormatterProgressTracker.ProgressParamInformation Získá objekt přidružený k danému ID průběhu. |
TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation) |
MessageFormatterProgressTracker.ProgressParamInformation Získá objekt přidružený k danému ID průběhu. |
TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)
MessageFormatterProgressTracker.ProgressParamInformation Získá objekt přidružený k danému ID průběhu.
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
Parametry
- progressId
- Int64
Klíč pro získání objektu MessageFormatterProgressTracker.ProgressParamInformation z StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.
Výstupní parametr pro uložení získaného MessageFormatterProgressTracker.ProgressParamInformation objektu.
Návraty
true if the MessageFormatterProgressTracker.ProgressParamInformation object was found with the specified key; otherwise, false.
Platí pro
TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)
MessageFormatterProgressTracker.ProgressParamInformation Získá objekt přidružený k danému ID průběhu.
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
Parametry
- progressId
- Object
Klíč pro získání objektu MessageFormatterProgressTracker.ProgressParamInformation z StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap.
Výstupní parametr pro uložení získaného MessageFormatterProgressTracker.ProgressParamInformation objektu.
Návraty
true if the MessageFormatterProgressTracker.ProgressParamInformation object was found with the specified key; otherwise, false.