Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Gets the metadata associated with the generic parameter constraint represented by the specified constraint token.
Syntax
HRESULT GetGenericParamConstraintProps (
[in] mdGenericParamConstraint gpc,
[out] mdGenericParam *ptGenericParam,
[out] mdToken *ptkConstraintType
);
Parameters
gpc
[in] The token to the generic parameter constraint for which to return the metadata.
ptGenericParam
[out] A pointer to the token that represents the generic parameter that is constrained.
ptkConstraintType
[out] A pointer to a TypeDef, TypeRef, or TypeSpec token that represents a constraint on ptGenericParam.
Requirements
Platforms: See .NET supported operating systems.
Header: Cor.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0