Share via


EffectParameter インターフェイス

定義

単一の図の効果パラメーターを表します。

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

EffectParameter オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを取得します。

Creator

EffectParameter オブジェクトが作成されたアプリケーションを示す 32 ビット整数を取得します。

Name

EffectParameterパラメーターの文字列名を取得します。

Value

EffectParameter オブジェクトの値を取得または設定します。

適用対象