UIElementCollection(UIElement, FrameworkElement) コンストラクター

定義

UIElementCollection クラスの新しいインスタンスを初期化します。

public:
 UIElementCollection(System::Windows::UIElement ^ visualParent, System::Windows::FrameworkElement ^ logicalParent);
public UIElementCollection (System.Windows.UIElement visualParent, System.Windows.FrameworkElement logicalParent);
new System.Windows.Controls.UIElementCollection : System.Windows.UIElement * System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
Public Sub New (visualParent As UIElement, logicalParent As FrameworkElement)

パラメーター

visualParent
UIElement

コレクションの UIElement の親。

logicalParent
FrameworkElement

コレクション内の要素の論理上の親。

適用対象