Partager via


WorkflowCompilationContext.GetAuthorizedTypes Méthode

Définition

Retourne une liste des types que le compilateur autorise dans les workflows compilés.

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)

Retours

IList<AuthorizedType>

Liste des types que le compilateur autorise dans les workflows compilés.

S’applique à