ImportOptions.ReferencedTypes Właściwość

Definicja

IList<T> Pobiera typy zawierające odwołania w wygenerowanym kodzie.

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)

Wartość właściwości

ICollection<Type>

Obiekt IList<T> , który zawiera przywoływujące typy.

Dotyczy