EffectParameters.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.