SmartTagCollection.Remove(SmartTagBase) Method

Definition

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.

Applies to