Share via


Tags.Name Method

Returns the name of the specified tag.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Function Name ( _
    Index As Integer _
) As String
'Usage
Dim instance As Tags
Dim Index As Integer
Dim returnValue As String

returnValue = instance.Name(Index)
string Name(
    int Index
)

Parameters

Return Value

Type: System.String

See Also

Reference

Tags Interface

Tags Members

Microsoft.Office.Interop.PowerPoint Namespace