Share via


EffectParameters 接口

定义

表示 对象的集合 EffectParameter

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
属性
实现

属性

Application

获取一个 Application 对象,该对象代表 EffectParameters 对象的容器应用程序。

Count

获取 EffectParameters 集合中包含的对象数EffectParameter的计数。

Creator

获取一个 32 位整数,该整数指示在其中创建了 EffectParameters 对象的应用程序。

Item[Object]

EffectParameter获取位于指定索引处或具有指定唯一标识符的对象。

方法

GetEnumerator()

表示 对象的集合 EffectParameter

适用于