IMetaDataTables::GetUserString Method
Gets the hard-coded string at the specified index in the string column in the current scope.
Syntax
HRESULT GetUserString (
[in] ULONG ixUserString,
[out] ULONG *pcbData,
[out] const void **ppData
);
Parameters
ixUserString
[in] The index value from which the hard-coded string will be retrieved.
pcbData
[out] A pointer to the size of ppData
.
ppData
[out] A pointer to a pointer to the returned string.
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 2.0
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.