MetadataReaderExtensions.GetTypesWithProperties(MetadataReader) Méthode

Définition

Énumérez les types qui définissent une ou plusieurs propriétés.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::Reflection::Metadata::TypeDefinitionHandle> ^ GetTypesWithProperties(System::Reflection::Metadata::MetadataReader ^ reader);
public static System.Collections.Generic.IEnumerable<System.Reflection.Metadata.TypeDefinitionHandle> GetTypesWithProperties (this System.Reflection.Metadata.MetadataReader reader);
static member GetTypesWithProperties : System.Reflection.Metadata.MetadataReader -> seq<System.Reflection.Metadata.TypeDefinitionHandle>
<Extension()>
Public Iterator Function GetTypesWithProperties (reader As MetadataReader) As IEnumerable(Of TypeDefinitionHandle)
<Extension()>
Public Function GetTypesWithProperties (reader As MetadataReader) As IEnumerable(Of TypeDefinitionHandle)

Paramètres

Retours

La séquence résultante correspond exactement aux entrées de la table de mappage des propriétés, c'est-à-dire que le n-ième élément TypeDefinitionHandle retourné est consigné dans la n-ième ligne de la table de mappage des propriétés.

S’applique à