LocalizedNameCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes a localized name from the collection by using various options.
Overload List
Name | Description | |
---|---|---|
Remove(UInt32) | Removes the localized name for the specified locale identifier (LCID) from the collection. | |
Remove(UInt32, String) | Removes the localized name for the specified locale identifier (LCID) from the collection by using a setting identifier. |
Top