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로 변환합니다. |