ImportOptions.ReferencedTypes Egenskap

Definition

Hämtar en IList<T> innehållande typ som refereras till i genererad kod.

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)

Egenskapsvärde

En IList<T> som innehåller de refererade typerna.

Gäller för