IContentHost 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個介面是由裝載 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 時呼叫。 |