Share via


Tags.Delete Method

Deletes a tag.

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

Syntax

'Declaration
Sub Delete ( _
    Name As String _
)
'Usage
Dim instance As Tags
Dim Name As String

instance.Delete(Name)
void Delete(
    string Name
)

Parameters

See Also

Reference

Tags Interface

Tags Members

Microsoft.Office.Interop.PowerPoint Namespace