WorkerThreadElementContainer.GetVisualChild Method
This member overrides FrameworkElement.GetVisualChild(Int32).
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Protected Overrides Function GetVisualChild ( _
index As Integer _
) As Visual
'Utilizzo
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
- index
Type: System.Int32
Return Value
Type: System.Windows.Media.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.
See Also
Reference
WorkerThreadElementContainer Class