バージョン

ResolveAppearance メソッド (ConditionValueAppearance)

要求される外観プロパティを解決します。
シンタックス
'宣言
 
Public Sub ResolveAppearance( _
   ByRef appData As AppearanceData, _
   ByRef flags As AppearancePropFlags, _
   ByVal dataValue As Object, _
   ByVal contextProvider As IConditionContextProvider _
) 
public void ResolveAppearance( 
   ref AppearanceData appData,
   ref AppearancePropFlags flags,
   object dataValue,
   IConditionContextProvider contextProvider
)

パラメータ

appData
初期化する外観構造。
flags
解決する Appearance プロパティ。
dataValue
比較する値。
contextProvider
オブジェクトのコンテキストを遅延読み込みするために使用される IConditionContextProvider
参照