IMemberCreationService 인터페이스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

디자인 타임에 형식에 대한 코드 요소를 동적으로 만들고, 업데이트하고, 제거하는 메서드를 정의합니다. 디자인 타임에 코드를 표시할 수 있는 메서드도 제공됩니다.

public interface class IMemberCreationService
public interface IMemberCreationService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IMemberCreationService
type IMemberCreationService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IMemberCreationService = interface
Public Interface IMemberCreationService
특성

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

메서드

Name Description
CreateEvent(String, String, Type, AttributeInfo[], Boolean)
사용되지 않음.

지정된 이벤트 이름, 이벤트 유형 및 특성을 사용하여 지정된 클래스에 이벤트를 만듭니다.

CreateField(String, String, Type, Type[], MemberAttributes, CodeSnippetExpression, Boolean)
사용되지 않음.

지정된 필드 이름, 필드 형식, 매개 변수 형식, 특성 및 리터럴 초기화 식을 사용하여 지정된 클래스에 필드를 만듭니다.

CreateProperty(String, String, Type, AttributeInfo[], Boolean, Boolean, Boolean, Type, Boolean)
사용되지 않음.

지정된 속성 이름, 속성 형식 및 특성을 사용하여 지정된 클래스에 속성을 만듭니다.

RemoveEvent(String, String, Type)
사용되지 않음.

지정된 클래스에서 지정된 이벤트를 제거합니다.

RemoveProperty(String, String, Type)
사용되지 않음.

지정된 클래스에서 지정된 속성을 제거합니다.

ShowCode()
사용되지 않음.

워크플로 디자인 화면에 새 멤버에 대한 코드를 표시합니다.

ShowCode(Activity, String, Type)
사용되지 않음.

지정된 메서드, 지정된 메서드 및 지정된 Activity대리자 형식을 사용하여 워크플로 디자인 화면에 새 멤버에 대한 코드를 표시합니다.

UpdateBaseType(String, Type)
사용되지 않음.

지정된 클래스와 연결할 기본 형식을 업데이트합니다.

UpdateEvent(String, String, Type, String, Type, AttributeInfo[], Boolean, Boolean)
사용되지 않음.

새 이름과 형식을 지정된 클래스의 기존 이벤트로 설정합니다.

UpdateProperty(String, String, Type, String, Type, AttributeInfo[], Boolean, Boolean)
사용되지 않음.

새 이름과 형식을 지정된 클래스의 속성으로 설정합니다.

UpdateTypeName(String, String)
사용되지 않음.

지정된 클래스의 이름을 업데이트합니다.

적용 대상