IContentHost.GetRectangles(ContentElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为子元素返回边框的集合。
public:
System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Rect> ^ GetRectangles(System::Windows::ContentElement ^ child);
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect> GetRectangles (System.Windows.ContentElement child);
abstract member GetRectangles : System.Windows.ContentElement -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Rect>
Public Function GetRectangles (child As ContentElement) As ReadOnlyCollection(Of Rect)
参数
- child
- ContentElement
为其返回边框的子元素。
返回
子元素的边框的集合。
例外
如果子元素为 NULL。
如果元素不是直接后代 (即元素必须是 的 IContentHost 子元素,或者是 ContentElement) 的 IContentHost 直接后代。