ImportOptions.ReferencedTypes Tulajdonság

Definíció

IList<T> A létrehozott kódban hivatkozott típusok lekérdezése.

public:
 property System::Collections::Generic::ICollection<Type ^> ^ ReferencedTypes { System::Collections::Generic::ICollection<Type ^> ^ get(); };
public System.Collections.Generic.ICollection<Type> ReferencedTypes { get; }
member this.ReferencedTypes : System.Collections.Generic.ICollection<Type>
Public ReadOnly Property ReferencedTypes As ICollection(Of Type)

Tulajdonság értéke

A IList<T> hivatkozott típusok.

A következőre érvényes: