CharacterMetricsDictionary.Remove Method (KeyValuePair<Int32, CharacterMetrics>)
.NET Framework 4.5
Removes the element from CharacterMetricsDictionary based on the specified key/value pair.
This API is not CLS-compliant. Namespace: System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
[CLSCompliantAttribute(false)] public bool Remove( KeyValuePair<int, CharacterMetrics> item )
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair<Int32, CharacterMetrics>
The key/value pair representing the character code and associated CharacterMetrics value.
Return Value
Type: System.Booleantrue if the CharacterMetrics item was successfully deleted; otherwise false.
Implements
ICollection<T>.Remove(T)Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.