SmartTagCollection.AddRange(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.
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.