DocumentPageView::GetVisualChild Method (Int32)
.NET Framework (current version)
Returns the Visual child at a specified index.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- index
-
Type:
System::Int32
The index of the visual child to return.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero, or greater than or equal to VisualChildrenCount. |
index must be between 0 and VisualChildrenCount-1.
.NET Framework
Available since 3.0
Available since 3.0
Show: