IVsDataObjectStringMapManager.CreateStringMap(IVsStringMap) 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.
Creates a new string map.
public:
int CreateStringMap([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsStringMap ^ % ppStringMap);
public:
int CreateStringMap([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsStringMap ^ & ppStringMap);
int CreateStringMap([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsStringMap const & & ppStringMap);
public int CreateStringMap (out Microsoft.VisualStudio.Shell.Interop.IVsStringMap ppStringMap);
abstract member CreateStringMap : IVsStringMap -> int
Public Function CreateStringMap (ByRef ppStringMap As IVsStringMap) As Integer
Parameters
- ppStringMap
- IVsStringMap
[out] The IVsStringMap.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.