Condividi tramite


ImportOptions.ReferencedTypes Proprietà

Definizione

Ottiene un'interfaccia IList<T> contenente tipi a cui fa riferimento il codice generato.

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)

Valore della proprietà

ICollection<Type>

Interfaccia IList<T> contenente i tipi a cui viene fatto riferimento.

Si applica a