Freigeben über


WorkflowCompilationContext.GetAuthorizedTypes Methode

Definition

Gibt eine Liste von Typen zurück, die der Compiler in kompilierten Workflows zulässt.

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)

Gibt zurück

Eine Liste von Typen, die der Compiler in kompilierten Workflows zulässt.

Gilt für: