EffectParameter Interface

Definition

Describes a single Picture Effect parameter.

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

Properties

Application

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

Creator

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

Name

Gets the string name of the EffectParameterparameter.

Value

Gets or sets the value of the EffectParameter object.

Applies to