EffectParameter 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述单个图片效果参数。
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
- 属性
- 实现
属性
Application |
获取一个 Application 对象,该对象代表 EffectParameter 对象的容器应用程序。 |
Creator |
获取一个 32 位整数,该整数指示在其中创建了 EffectParameter 对象的应用程序。 |
Name |
获取 EffectParameter参数的字符串名称。 |
Value |
获取或设置 EffectParameter 对象的值。 |