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
- Index
Type: System.Int32
The tag number.
Return Value
Type: System.String