WorkflowInspectionServices クラス

定義

アクティビティ ツリーのランタイム メタデータを操作するためのメソッドを提供します。

public ref class WorkflowInspectionServices abstract sealed
public static class WorkflowInspectionServices
type WorkflowInspectionServices = class
Public Class WorkflowInspectionServices
継承
WorkflowInspectionServices

メソッド

名前 説明
CacheMetadata(Activity, LocationReferenceEnvironment)

指定した環境を使用して、指定したアクティビティ ツリーのランタイム メタデータをキャッシュします。

CacheMetadata(Activity)

指定したアクティビティ ツリーのランタイム メタデータをキャッシュします。

CanInduceIdle(Activity)

サービスにアイドル 状態のアクティビティを含めることができるかどうかを指定します。

GetActivities(Activity)

入力アクティビティに関連付けられているすべてのアクティビティを表す IEnumerable<T> を返します。

GetImplementationVersion(Activity)

アクティビティの実装バージョンを取得します。

Resolve(Activity, String)

指定したアクティビティ ツリーから、指定した id を持つアクティビティを返します。

適用対象