VisualWrapper.VisualChildrenCount Property

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
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Protected Overrides ReadOnly Property VisualChildrenCount As Integer
protected override int VisualChildrenCount { get; }

Property Value

Type: System.Int32
The count of child visuals.

.NET Framework Security

See Also

Reference

VisualWrapper Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace