Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Function CreateStringMap ( _
<OutAttribute> ByRef ppStringMap As IVsStringMap _
) As Integer
'Utilizzo
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