WorkerThreadElementContainer.GetVisualChild Method

Returns the Visual child at index and for this class it is always the HostVisual.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Protected Overrides Function GetVisualChild ( _
    index As Integer _
) As Visual
‘사용 방법
Dim index As Integer
Dim returnValue As Visual

returnValue = Me.GetVisualChild(index)
protected override Visual GetVisualChild(
    int index
)
protected:
virtual Visual^ GetVisualChild(
    int index
) override
abstract GetVisualChild : 
        index:int -> Visual 
override GetVisualChild : 
        index:int -> Visual 
protected override function GetVisualChild(
    index : int
) : Visual

Parameters

Return Value

Type: System.Windows.Media.Visual

.NET Framework Security

See Also

Reference

WorkerThreadElementContainer Class

WorkerThreadElementContainer Members

Microsoft.VisualStudio.PlatformUI Namespace