IVsStringMap.Clear Method
Clears the key-value pairs in the map.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function Clear As Integer
int Clear()
int Clear()
abstract Clear : unit -> int
function Clear() : int
Return Value
Type: System.Int32
Returns S_OK if the map was cleared.
.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.