AssemblyPart.Types Property

Definition

Gets the list of available types in the ApplicationPart.

public:
 property System::Collections::Generic::IEnumerable<System::Reflection::TypeInfo ^> ^ Types { System::Collections::Generic::IEnumerable<System::Reflection::TypeInfo ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Reflection.TypeInfo> Types { get; }
member this.Types : seq<System.Reflection.TypeInfo>
Public ReadOnly Property Types As IEnumerable(Of TypeInfo)

Property Value

Implements

Applies to