ImportOptions.ReferencedTypes Propiedad

Definición

Obtiene IList<T> que contiene tipos de contenedor a los que se hace referencia en el código generado.

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)

Valor de propiedad

ICollection<Type>

IList<T> que contiene los tipos a los que se hace referencia.

Se aplica a