SmartTagCollection.Remove(SmartTagBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a smart tag from the SmartTagCollection. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010..
public:
void Remove(Microsoft::Office::Tools::SmartTagBase ^ value);
public void Remove (Microsoft.Office.Tools.SmartTagBase value);
abstract member Remove : Microsoft.Office.Tools.SmartTagBase -> unit
Public Sub Remove (value As SmartTagBase)
Parameters
- value
- SmartTagBase
The smart tag to be removed.
Remarks
If the collection contains more than one occurrence of the same smart tag, only the first one is removed.