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
'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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.