नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets the UTF-8 name of the object referenced by the specified metadata token. This method is obsolete.
Syntax
HRESULT GetNameFromToken (
[in] mdToken tk,
[out] MDUTF8CSTR *pszUtf8NamePtr
);
Parameters
tk
[in] The token representing the object to return the name for.
pszUtf8NamePtr
[out] A pointer to the UTF-8 object name in the heap.
Remarks
GetNameFromToken is obsolete. As an alternative, call a method to get the properties of the particular type of token required, such as GetFieldProps for a field or GetMethodProps for a method.
Requirements
Platforms: See .NET supported operating systems.
Header: Cor.h
Library: CorGuids.lib
.NET versions: 1.0