DefaultViewComponentDescriptorProvider.GetCandidateTypes メソッド

定義

によって提供される候補 TypeInfo インスタンスを取得します ApplicationPartManager

protected:
 virtual System::Collections::Generic::IEnumerable<System::Reflection::TypeInfo ^> ^ GetCandidateTypes();
protected virtual System.Collections.Generic.IEnumerable<System.Reflection.TypeInfo> GetCandidateTypes ();
abstract member GetCandidateTypes : unit -> seq<System.Reflection.TypeInfo>
override this.GetCandidateTypes : unit -> seq<System.Reflection.TypeInfo>
Protected Overridable Function GetCandidateTypes () As IEnumerable(Of TypeInfo)

戻り値

インスタンスの TypeInfo 一覧。

適用対象