다음을 통해 공유


VisualWrapper.GetVisualChild Method

Microsoft internal use only.

Returns the Visual child at the given index. It is always the wrapped visual.

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

Syntax

‘선언
Protected Overrides Function GetVisualChild ( _
    index As Integer _
) As Visual
protected override Visual GetVisualChild(
    int index
)

Parameters

Return Value

Type: System.Windows.Media.Visual
The wrapped [Visual].

.NET Framework Security

See Also

Reference

VisualWrapper Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace