WorkflowCompilationContext.GetAuthorizedTypes Método
Definição
Retorna uma lista de tipos que o compilador permite em fluxos de trabalho compilados.Returns a list of types that the compiler allows in compiled workflows.
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)
Retornos
Uma lista de tipos que o compilador permite em fluxos de trabalho compilados.A list of types that the compiler allows in compiled workflows.