共用方式為


DesignerView.VisualChildrenCount 屬性

取得這個物件的 Visual 子系數目。

命名空間:  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
整數,表示這個物件的 Visual 子系數目。

備註

根據預設,如果 Child 為 nullNull 參照 (即 Visual Basic 中的 Nothing),則 VisualChildrenCount 屬性會傳回 0,否則會傳回 3。

.NET Framework 安全性

請參閱

參考

DesignerView 類別

Microsoft.Windows.Design.Interaction 命名空間

AdornerPanel

其他資源

逐步解說:建立設計階段裝飾項

裝飾項架構