IVsDataObjectStringMapEvents::OnStringMapChanged Method (IDataObject^, String^)
Visual Studio 2015
Provides special handling for string map changes
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- pObject
-
Type:
Microsoft.VisualStudio.OLE.Interop::IDataObject^
The IDataObject.
- szStringMapName
-
Type:
System::String^
The name of the string map.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: