EffectParameters Interface

Definition

Represents a collection of EffectParameter objects.

public interface class EffectParameters : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03D0-0000-0000-C000-000000000046")]
public interface EffectParameters : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03D0-0000-0000-C000-000000000046")>]
type EffectParameters = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface EffectParameters
Implements _IMsoDispObj, IEnumerable
Attributes
Implements

Properties

Application

Gets an Application object that represents the container application for the EffectParameters object.

Count

Gets the count of the number of EffectParameter objects contained within the EffectParameters collection.

Creator

Gets a 32-bit integer that indicates the application in which the EffectParameters object was created.

Item[Object]

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

Methods

GetEnumerator()

Applies to