SmartTags.SmartTagsByType Method
Returns a SmartTags collection that represents all the smart tags installed on a user's computer of the specified type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function SmartTagsByType ( _
Name As String _
) As SmartTags
'Usage
Dim instance As SmartTags
Dim Name As String
Dim returnValue As SmartTags
returnValue = instance.SmartTagsByType(Name)
SmartTags SmartTagsByType(
string Name
)
Parameters
- Name
Type: System.String
Required String. The name of the smart tag type.
Return Value
Type: Microsoft.Office.Interop.Word.SmartTags