Share via


VisualWrapper.VisualChildrenCount Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

Gets the count of child visuals. This property can be either zero or one depending on whether the Child property has been set.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property VisualChildrenCount As Integer
protected override int VisualChildrenCount { get; }
protected:
virtual property int VisualChildrenCount {
    int get () override;
}
abstract VisualChildrenCount : int with get 
override VisualChildrenCount : int with get
override function get VisualChildrenCount () : int

Property Value

Type: System.Int32
The count of child visuals.

.NET Framework Security

See Also

Reference

VisualWrapper Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace