Tags.Item Property
Returns a single tag from the specified Tags collection.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Name As String _
) As String
Get
'Usage
Dim instance As Tags
Dim Name As String
Dim value As String
value = instance.Item(Name)
string this[
string Name
] { get; }
Parameters
- Name
Type: System.String
The name of the single tag in the collection to be returned.
Property Value
Type: System.String