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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Interaction 命名空間