Partager via


ImportOptions.ReferencedTypes Propriété

Définition

Obtient un IList<T> contenant les types référencés dans le code généré.

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)

Valeur de propriété

ICollection<Type>

IList<T> qui contient les types référencés.

S’applique à