ExtendedWorkflowRuntimeServiceElementCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*
ワークフロー ランタイム エンジンに追加する拡張サービスを表している構成要素のコレクションを表します。
public ref class ExtendedWorkflowRuntimeServiceElementCollection : System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement))]
public class ExtendedWorkflowRuntimeServiceElementCollection : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement))]
[System.Obsolete("The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*")]
public class ExtendedWorkflowRuntimeServiceElementCollection : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement))>]
type ExtendedWorkflowRuntimeServiceElementCollection = class
inherit WorkflowRuntimeServiceElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement))>]
[<System.Obsolete("The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*")>]
type ExtendedWorkflowRuntimeServiceElementCollection = class
inherit WorkflowRuntimeServiceElementCollection
Public Class ExtendedWorkflowRuntimeServiceElementCollection
Inherits WorkflowRuntimeServiceElementCollection
- 継承
-
ExtendedWorkflowRuntimeServiceElementCollection
- 属性
コンストラクター
ExtendedWorkflowRuntimeServiceElementCollection() |
古い.
ExtendedWorkflowRuntimeServiceElementCollection クラスの新しいインスタンスを初期化します。 |
プロパティ
メソッド
明示的なインターフェイスの実装
ICollection.CopyTo(Array, Int32) |
古い.
ConfigurationElementCollection を配列にコピーします。 (継承元 ConfigurationElementCollection) |
拡張メソッド
Cast<TResult>(IEnumerable) |
古い.
IEnumerable の要素を、指定した型にキャストします。 |
OfType<TResult>(IEnumerable) |
古い.
指定された型に基づいて IEnumerable の要素をフィルター処理します。 |
AsParallel(IEnumerable) |
古い.
クエリの並列化を有効にします。 |
AsQueryable(IEnumerable) |
古い.
IEnumerable を IQueryable に変換します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET