ParameterView 構造体

定義

レンダー ツリーの親によって に IComponent 指定されたパラメーターのコレクションを表します。

public value class ParameterView
public readonly struct ParameterView
type ParameterView = struct
Public Structure ParameterView
継承
ParameterView

プロパティ

Empty

空の ParameterView を取得します。

メソッド

FromDictionary(IDictionary<String,Object>)

特定の IDictionary<TKey,TValue> から新しい ParameterView を作成します。

GetEnumerator()

ParameterView を反復処理する列挙子を返します。

GetValueOrDefault<TValue>(String)

指定した名前のパラメーターの値を取得します。コレクションにそのようなパラメーターが存在しない場合は既定値を取得します。

GetValueOrDefault<TValue>(String, TValue)

指定した名前のパラメーターの値を取得します。コレクションにそのようなパラメーターが存在しない場合は、指定した既定値を取得します。

SetParameterProperties(Object)

の各パラメーター プロパティに target対して、その値が 内の対応するエントリと一致するように更新されます ParameterView

ToDictionary()

の内容が設定されたディクショナリを返します ParameterView

TryGetValue<TValue>(String, TValue)

指定した名前のパラメーターの値を取得します。

適用対象