WorkflowRuntimeServiceElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
워크플로 런타임 엔진에 추가할 서비스에 대한 구성 요소를 나타냅니다.
public ref class WorkflowRuntimeServiceElement : System::Configuration::ConfigurationElement
public class WorkflowRuntimeServiceElement : System.Configuration.ConfigurationElement
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowRuntimeServiceElement : System.Configuration.ConfigurationElement
type WorkflowRuntimeServiceElement = class
inherit ConfigurationElement
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowRuntimeServiceElement = class
inherit ConfigurationElement
Public Class WorkflowRuntimeServiceElement
Inherits ConfigurationElement
- 상속
- 특성
설명
메모
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은
A WorkflowRuntimeServiceElement 는 워크플로 런타임 엔진에서 초기화하고 활성화해야 하는 호스트 서비스를 지정합니다. 구성 파일의 요소에 <Services> 지정된 호스트 서비스에 해당합니다. WorkflowRuntimeServiceElement에 지정된 서비스는 워크플로 런타임 엔진에 의해 초기화되므로 다음 네 개의 서명 중 하나와 일치하는 하나 이상의 생성자가 있어야 합니다(워크플로 런타임 엔진은 표시된 순서대로 이러한 서명과 일치하려고 시도합니다.)
Service(WorkflowRuntime 런타임, NameValueCollection 매개 변수)
Service(WorkflowRuntime 런타임)
Service(NameValueCollection 매개 변수)
Service()
생성자
| Name | Description |
|---|---|
| WorkflowRuntimeServiceElement() |
사용되지 않음.
WorkflowRuntimeServiceElement 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| CurrentConfiguration |
사용되지 않음.
현재 Configuration 인스턴스가 속한 구성 계층 구조를 나타내는 최상위 ConfigurationElement 인스턴스에 대한 참조를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| ElementInformation |
사용되지 않음.
사용자 지정할 수 없는 정보와 ElementInformation 개체의 기능이 포함된 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| ElementProperty |
사용되지 않음.
ConfigurationElementProperty 개체 자체를 나타내는 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| EvaluationContext |
사용되지 않음.
ContextInformation 개체에 대한 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| HasContext |
사용되지 않음.
CurrentConfiguration 속성이 |
| Item[ConfigurationProperty] |
사용되지 않음.
이 구성 요소의 속성 또는 특성을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
| Item[String] |
사용되지 않음.
이 구성 요소의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
| LockAllAttributesExcept |
사용되지 않음.
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockAllElementsExcept |
사용되지 않음.
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockAttributes |
사용되지 않음.
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockElements |
사용되지 않음.
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| LockItem |
사용되지 않음.
요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
| Parameters |
사용되지 않음.
이 서비스에 대한 매개 변수를 가져옵니다. |
| Properties |
사용되지 않음.
속성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
| Type |
사용되지 않음.
서비스의 어셈블리 정규화된 형식 이름을 가져오거나 설정합니다. |