IVsDataObjectStringMapManager2.ClearMapCache(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears cached string map data for all data objects with the specified string map name.
public:
void ClearMapCache(System::String ^ szStringMapName);
public:
void ClearMapCache(Platform::String ^ szStringMapName);
void ClearMapCache(std::wstring const & szStringMapName);
public void ClearMapCache (string szStringMapName);
abstract member ClearMapCache : string -> unit
Public Sub ClearMapCache (szStringMapName As String)
Parameters
- szStringMapName
- String
String map name of the data object.