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
- Name
Type: System.String
The name of the tag.
- Value
Type: System.String
The value of the tag.