Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates PropertyDef tokens representing the properties of the type referenced by the specified TypeDef token.
HRESULT EnumProperties (
   [in, out] HCORENUM    *phEnum,
   [in]      mdTypeDef   td,
   [out]     mdProperty  rProperties[],
   [in]      ULONG       cMax,
   [out]     ULONG       *pcProperties
);
Parameters
phEnum
[in, out] A pointer to the enumerator. This must be NULL for the first call of this method.td
[in] A TypeDef token representing the type with properties to enumerate.rProperties
[out] The array used to store the PropertyDef tokens.cMax
[in] The maximum size of the rProperties array.pcProperties
[out] The number of PropertyDef tokens returned in rProperties.
Return Value
HRESULT  | 
Description  | 
|---|---|
S_OK  | 
EnumProperties returned successfully.  | 
S_FALSE  | 
There are no tokens to enumerate. In that case, pcProperties is zero.  | 
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0