Visual Basic (Declaration) | |
---|---|
Protected Overridable Function GetRectanglesCore( _ ByVal child As ContentElement _ ) As ReadOnlyCollection(Of Rect) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FieldPartVisual Dim child As ContentElement Dim value As ReadOnlyCollection(Of Rect) value = instance.GetRectanglesCore(child) |
C# | |
---|---|
protected virtual ReadOnlyCollection<Rect> GetRectanglesCore( ContentElement child ) |
C++/CLI | |
---|---|
protected: virtual ReadOnlyCollection<Rect>^ GetRectanglesCore( ContentElement^ child ) |
Parameters
- child
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2