MessageFormatterProgressTracker.TryGetProgressObject 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)
MessageFormatterProgressTracker.ProgressParamInformation取得與指定進度識別碼相關聯的 物件。
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
參數
- progressId
- Int64
要從 StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap 取得 MessageFormatterProgressTracker.ProgressParamInformation 物件的索引鍵。
用來儲存所 MessageFormatterProgressTracker.ProgressParamInformation 取得物件的輸出參數。
傳回
如果 MessageFormatterProgressTracker.ProgressParamInformation 找到具有指定索引鍵的物件,則為 true;否則為 false。
適用於
TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation)
MessageFormatterProgressTracker.ProgressParamInformation取得與指定進度識別碼相關聯的 物件。
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
參數
- progressId
- Object
要從 StreamJsonRpc.Reflection.MessageFormatterProgressTracker.progressMap 取得 MessageFormatterProgressTracker.ProgressParamInformation 物件的索引鍵。
用來儲存所 MessageFormatterProgressTracker.ProgressParamInformation 取得物件的輸出參數。
傳回
如果 MessageFormatterProgressTracker.ProgressParamInformation 找到具有指定索引鍵的物件,則為 true;否則為 false。