Edit

Share via


EffectParameters.Item[Object] Property

Definition

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

public:
 property Microsoft::Office::Core::EffectParameter ^ default[System::Object ^] { Microsoft::Office::Core::EffectParameter ^ get(System::Object ^ Index); };
public Microsoft.Office.Core.EffectParameter this[object Index] { get; }
member this.Item(obj) : Microsoft.Office.Core.EffectParameter
Default Public ReadOnly Property Item(Index As Object) As EffectParameter

Parameters

Index
Object

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

Property Value

Applies to