다음을 통해 공유


WorkflowCompilationContext.GetAuthorizedTypes 메서드

정의

컴파일된 워크플로에서 컴파일러가 허용하는 형식의 목록을 반환합니다.

public:
 System::Collections::Generic::IList<System::Workflow::ComponentModel::Compiler::AuthorizedType ^> ^ GetAuthorizedTypes();
public System.Collections.Generic.IList<System.Workflow.ComponentModel.Compiler.AuthorizedType> GetAuthorizedTypes ();
member this.GetAuthorizedTypes : unit -> System.Collections.Generic.IList<System.Workflow.ComponentModel.Compiler.AuthorizedType>
Public Function GetAuthorizedTypes () As IList(Of AuthorizedType)

반환

컴파일된 워크플로에서 컴파일러가 허용하는 형식의 목록입니다.

적용 대상