Removes the first occurrence of a specific
LookUpChar
object from the
LookUpCharCollection
.Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.")>
Public Sub Remove( _
ByVal value As LookUpChar _
) |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.")]
public void Remove(
LookUpChar value
) |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.")
public function Remove(
value : LookUpChar
); |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.")]
public: void Remove(
LookUpChar* value
) |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Removes the first occurrence of a specific LookUpChar object from the LookUpCharCollection.")]
public:
void Remove(
LookUpChar^ value
) |
Parameters
- value
- The
LookUpChar
object to remove from the LookUpCharCollection
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also