ITypeProvider 인터페이스

정의

주의

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

형식의 컨테이너 역할을 하는 서비스의 동작을 정의합니다.

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

설명

메모

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

ITypeProvider 는 XAML(확장 가능한 애플리케이션 태그 언어) 워크플로 활성화에 필요한 데이터 형식을 검색하기 위해 서비스로 WorkflowRuntime 푸시될 수 있습니다.

속성

Name Description
LocalAssembly
사용되지 않음.

컴파일 프로세스 중에 생성되는 임시 어셈블리는 컴파일 중인 현재 프로젝트의 형식에 대한 유효성을 검사합니다.

ReferencedAssemblies
사용되지 않음.

에서 참조 Type하는 모든 어셈블리의 컬렉션을 가져옵니다.

TypeLoadErrors
사용되지 않음.

원인에 IDictionary 의해 Object 키가 지정된 로드 오류 예외를 Exception가져옵니다.

메서드

Name Description
GetType(String, Boolean)
사용되지 않음.

명명된 Type 엔터티의 값을 가져옵니다.

GetType(String)
사용되지 않음.

명명된 Type 엔터티의 값을 가져옵니다.

GetTypes()
사용되지 않음.

이 인스턴스에 알려진 각 Type 배열을 만들고 반환합니다.

이벤트

Name Description
TypeLoadErrorsChanged
사용되지 않음.

컬렉션 TypeLoadErrors 이 수정될 때 발생합니다.

TypesChanged
사용되지 않음.

이 인터페이스를 구현하는 형식 공급자의 형식이 변경되면 발생합니다. 이 문제는 어셈블리가 추가되거나 CodeCompileUnit 형식 공급자에서 제거될 때 발생할 수 있습니다.

적용 대상