IVsDataObjectStringMapEvents.OnStringMapChanged(IDataObject, 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.
Provides special handling for string map changes
public:
int OnStringMapChanged(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pObject, System::String ^ szStringMapName);
public:
int OnStringMapChanged(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pObject, Platform::String ^ szStringMapName);
int OnStringMapChanged(Microsoft::VisualStudio::OLE::Interop::IDataObject const & pObject, std::wstring const & szStringMapName);
public int OnStringMapChanged (Microsoft.VisualStudio.OLE.Interop.IDataObject pObject, string szStringMapName);
abstract member OnStringMapChanged : Microsoft.VisualStudio.OLE.Interop.IDataObject * string -> int
Public Function OnStringMapChanged (pObject As IDataObject, szStringMapName As String) As Integer
Parameters
- pObject
- IDataObject
The IDataObject.
- szStringMapName
- String
The name of the string map.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.