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
ppStringMap
Type: Microsoft.VisualStudio.Shell.Interop.IVsStringMap%[out] The IVsStringMap.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.