Share via


Tags.Add Method

Adds a tag to the Tags collection of an object.

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

Syntax

'Declaration
Sub Add ( _
    Name As String, _
    Value As String _
)
'Usage
Dim instance As Tags
Dim Name As String
Dim Value As String

instance.Add(Name, Value)
void Add(
    string Name,
    string Value
)

Parameters

See Also

Reference

Tags Interface

Tags Members

Microsoft.Office.Interop.PowerPoint Namespace