バージョン

GalleryItemAutomationPeer コンストラクタ

GalleryItemAutomationPeer クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal owner As GalleryItem, _
   ByVal container As ItemsControlAutomationPeer _
)
public GalleryItemAutomationPeer( 
   GalleryItem owner,
   ItemsControlAutomationPeer container
)

パラメータ

owner
このピアの Infragistics.Windows.Ribbon.GalleryItem が作成されます。
container
Infragistics.Windows.Ribbon.GalleryItem コレクションを含む ItemsControl と関連付けられた ItemsControlAutomationPeer。
参照