Partager via


EffectParameters.Item Property

Gets an EffectParameter object at the specified index or with the specified unique identifier.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Object _
) As EffectParameter
    Get
'Usage
Dim instance As EffectParameters
Dim Index As Object
Dim value As EffectParameter

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

Parameters

  • Index
    Type: System.Object

    Specifies either an integer representing the index or a string representing the location of the EffectParameter.

Property Value

Type: Microsoft.Office.Core.EffectParameter

See Also

Reference

EffectParameters Interface

EffectParameters Members

Microsoft.Office.Core Namespace