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)

戻り値

コンパイルされたワークフロー内でコンパイラにより許可されている型のリスト。

適用対象