WorkerThreadElementContainer.VisualChildrenCount Property
This member overrides FrameworkElement.VisualChildrenCount.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Protected Overrides ReadOnly Property VisualChildrenCount As Integer
Get
'Utilizzo
Dim value As Integer
value = Me.VisualChildrenCount
protected override int VisualChildrenCount { get; }
protected:
virtual property int VisualChildrenCount {
int get () override;
}
abstract VisualChildrenCount : int
override VisualChildrenCount : int
override function get VisualChildrenCount () : int
Property Value
Type: System.Int32
.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.
See Also
Reference
WorkerThreadElementContainer Class