'Declaration
Protected Function GetVisualChild( _ ByVal index As System.Integer _ ) As System.Windows.Media.Visual
'Usage
Dim instance As SheetPresenter Dim index As System.Integer Dim value As System.Windows.Media.Visual value = instance.GetVisualChild(index)
protected System.Windows.Media.Visual GetVisualChild( System.int index )
protected function GetVisualChild( index: System.Integer ): System.Windows.Media.Visual;
protected function GetVisualChild( index : System.int ) : System.Windows.Media.Visual;
protected: System.Windows.Media.Visual* GetVisualChild( System.int index )
protected: System.Windows.Media.Visual^ GetVisualChild( System.int index )
Parameters
- index