MessageFormatterProgressTracker.TryGetProgressObject メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation) |
指定した進行状況 ID に関連付けられている MessageFormatterProgressTracker.ProgressParamInformation オブジェクトを取得します。 |
| TryGetProgressObject(Object, MessageFormatterProgressTracker+ProgressParamInformation) |
指定した進行状況 ID に関連付けられている MessageFormatterProgressTracker.ProgressParamInformation オブジェクトを取得します。 |
TryGetProgressObject(Int64, MessageFormatterProgressTracker+ProgressParamInformation)
指定した進行状況 ID に関連付けられている 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)
指定した進行状況 ID に関連付けられている 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。