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
'Declaration
Protected Overrides Function GetVisualChild ( _
index As Integer _
) As Visual
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
index
Type: System.Int32Must always be zero (0).
Return Value
Type: System.Windows.Media.Visual
The wrapped [Visual].
.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.