次の方法で共有


MessageFormatterProgressTracker.TryGetProgressObject メソッド

定義

オーバーロード

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するキー。

valueType
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するキー。

valueType
MessageFormatterProgressTracker.ProgressParamInformation

取得した MessageFormatterProgressTracker.ProgressParamInformation オブジェクトを格納する出力パラメーター。

戻り値

指定したキーを MessageFormatterProgressTracker.ProgressParamInformation 持つオブジェクトが見つかった場合は true、それ以外の場合は false。

適用対象