IMetaDataImport2::GetGenericParamConstraintProps 方法
可取得與指定之條件約束語彙基元所表示之泛型參數條件約束相關聯的中繼資料。
語法
HRESULT GetGenericParamConstraintProps (
[in] mdGenericParamConstraint gpc,
[out] mdGenericParam *ptGenericParam,
[out] mdToken *ptkConstraintType
);
參數
gpc
[in] 要傳回中繼資料之泛型參數條件約束的語彙基元。
ptGenericParam
[out] 語彙基元的指標,表示受限制的泛型參數。
ptkConstraintType
[out] TypeDef、TypeRef 或 TypeSpec 語彙基元的指標,代表 ptGenericParam
上的條件約束。
規格需求
平台:請參閱系統需求。
標頭:Cor.h
程式庫:作為 MSCorEE.dll 中的資源使用
.NET Framework版本:自 2.0 起可用