Sdílet prostřednictvím


ImportOptions.ReferencedTypes Vlastnost

Definice

IList<T> Získá obsahující typy odkazované ve vygenerovaném kódu.

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)

Hodnota vlastnosti

ICollection<Type>

A IList<T> obsahující odkazované typy.

Platí pro