MessageFormatterProgressTracker.ProgressParamInformation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IProgress<T>を実装するオブジェクトの関連情報を保持するために使用されるクラス。
public class MessageFormatterProgressTracker.ProgressParamInformation
type MessageFormatterProgressTracker.ProgressParamInformation = class
Public Class MessageFormatterProgressTracker.ProgressParamInformation
- 継承
-
MessageFormatterProgressTracker.ProgressParamInformation
コンストラクター
| 名前 | 説明 |
|---|---|
| MessageFormatterProgressTracker.ProgressParamInformation(Object) |
MessageFormatterProgressTracker.ProgressParamInformation クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Token |
この進行状況オブジェクトに関連付けられているトークンを取得します。 |
| ValueType |
IProgress<T>によって報告された実際のTypeを取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| InvokeReport(Object) |
指定された型指定された値を使用して StreamJsonRpc.Reflection.MessageFormatterProgressTracker.ProgressParamInformation.reportMethod を呼び出します。 |