IContentHost 介面

定義

這個介面是由裝載 ContentElement 的介面實作的。

public interface class IContentHost
public interface IContentHost
type IContentHost = interface
Public Interface IContentHost
衍生

屬性

HostedElements

取得列舉型別 (Enumeration),其中包含所有的子代 ContentElement 衍生類別,以及 UIElement 直接子代或其中一個子代 IContentHost 類別的所有 ContentElement 衍生類別。

方法

GetRectangles(ContentElement)

針對子項目,傳回週框的集合。

InputHitTest(Point)

執行子項目的點擊測試。

OnChildDesiredSizeChanged(UIElement)

UIElement 所裝載的 IContentHost 衍生類別變更其 DesiredSize 時呼叫。

適用於