AddIns.Item Property

Returns a value that indicates the specified object in a collection.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    ByRef Index As Object _
) As AddIn
    Get
'Usage
Dim instance As AddIns
Dim Index As Object
Dim value As AddIn

value = instance(Index)
AddIn this[
    ref Object Index
] { get; }

Parameters

  • Index
    Type: System.Object%
    The name of the individual object to be returned.

Property Value

Type: Microsoft.Office.Interop.Word.AddIn

See Also

Reference

AddIns Interface

AddIns Members

Microsoft.Office.Interop.Word Namespace