SmartTagCollection.AddRange(SmartTagBase[]) Method

Definition

Adds an array of smart tags to the end of the SmartTagCollectionThis 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 AddRange(cli::array <Microsoft::Office::Tools::SmartTagBase ^> ^ smartTags);
public void AddRange (Microsoft.Office.Tools.SmartTagBase[] smartTags);
abstract member AddRange : Microsoft.Office.Tools.SmartTagBase[] -> unit
Public Sub AddRange (smartTags As SmartTagBase())

Parameters

smartTags
SmartTagBase[]

The array of smart tag objects to be added.

Applies to