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
- index
Type: System.Int32
Must 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.