Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new string map.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: 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
'Usage
Dim instance As IVsDataObjectStringMapManager
Dim ppStringMap As IVsStringMap
Dim returnValue As Integer
returnValue = instance.CreateStringMap(ppStringMap)
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] Pointer that is set to an [IVsStringMap] interface.
Return Value
Type: System.Int32
Returns S_OK if the string map was created.
.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.
See Also
Reference
IVsDataObjectStringMapManager Interface