SmartTags.SmartTagsByType(String) Method

Definition

Returns a SmartTags collection that represents all the smart tags installed on a user's computer of the specified type.

public:
 Microsoft::Office::Interop::Word::SmartTags ^ SmartTagsByType(System::String ^ Name);
public Microsoft.Office.Interop.Word.SmartTags SmartTagsByType (string Name);
abstract member SmartTagsByType : string -> Microsoft.Office.Interop.Word.SmartTags
Public Function SmartTagsByType (Name As String) As SmartTags

Parameters

Name
String

Required String. The name of the smart tag type.

Returns

Applies to