csharp System.Windows.FrameworkElement.VisualChildrenCount类(方法)实例源码

下面列出了csharp System.Windows.FrameworkElement.VisualChildrenCount 类(方法)源码代码实例,从而了解它的用法。

作者:.NET开发    项目:System.Window   
// Override the VisualChildrenCount and GetVisualChild properties to interface with 
// the adorner's visual collection.
protected override int VisualChildrenCount { get { return visualChildren.Count; } }
protected override Visual GetVisualChild(int index) { return visualChildren[index]; }


问题


面经


文章

微信
公众号

扫码关注公众号