नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Gets a pointer to the TypeRef token for the Type reference that is in the specified scope and that has the specified name.
Syntax
HRESULT FindTypeRef(
[in] mdToken tkResolutionScope,
[in] LPCWSTR szName,
[out] mdTypeRef *tkTypeRef
);
Parameters
[in] tkResolutionScope
A ModuleRef, AssemblyRef, or TypeRef token that specifies the module, assembly, or type, respectively, in which the type reference is defined.
[in] szName
The name of the type reference to search for.
[out] tkTypeRef
A pointer to the matching TypeRef token.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | rometadataapi.h |