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。