Share via


DefaultViewComponentDescriptorProvider.GetCandidateTypes Method

Definition

Gets the candidate TypeInfo instances provided by the 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)

Returns

A list of TypeInfo instances.

Applies to