バージョン

InitElementAppearance メソッド (IUIElementProvider)

要素の外観を初期化します。
シンタックス
'宣言
 
Sub InitElementAppearance( _
   ByVal element As UIElement, _
   ByRef appearance As AppearanceData, _
   ByRef requestedProps As AppearancePropFlags _
) 
void InitElementAppearance( 
   UIElement element,
   ref AppearanceData appearance,
   ref AppearancePropFlags requestedProps
)

パラメータ

element
外観を初期化する必要がある UIElement
appearance
初期化する AppearanceData
requestedProps
どの外観を解決すべきかを示す AppearancePropFlags
参照