Share via


IVsDataObjectStringMapManager.CreateStringMap Method

Creates a new string map.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio (in Microsoft.VisualStudio.dll)
  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Function CreateStringMap ( _
    <OutAttribute> ByRef ppStringMap As IVsStringMap _
) As Integer
int CreateStringMap(
    out IVsStringMap ppStringMap
)
int CreateStringMap(
    [OutAttribute] IVsStringMap^% ppStringMap
)
abstract CreateStringMap : 
        ppStringMap:IVsStringMap byref -> int
function CreateStringMap(
    ppStringMap : IVsStringMap
) : int

Parameters

Return Value

Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

IVsDataObjectStringMapManager Interface

Microsoft.VisualStudio.Shell.Interop Namespace