DesignerView.VisualChildrenCount 属性

获取该对象的可视子级的计数。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Protected Overrides ReadOnly Property VisualChildrenCount As Integer
    Get
protected override int VisualChildrenCount { get; }
protected:
virtual property int VisualChildrenCount {
    int get () override;
}
abstract VisualChildrenCount : int
override VisualChildrenCount : int
override function get VisualChildrenCount () : int

属性值

类型:System.Int32
一个整数,表示该对象的可视子级的数目。

备注

默认情况下,如果 Child 为 nullnull 引用(在 Visual Basic 中为 Nothing),则 VisualChildrenCount 属性返回 0;否则,返回 3。

.NET Framework 安全性

请参见

参考

DesignerView 类

Microsoft.Windows.Design.Interaction 命名空间

AdornerPanel

其他资源

演练:创建设计时装饰器

装饰器体系结构