'Declaration
Protected Function GetTemplateChild( _ ByVal childName As System.String _ ) As System.Windows.DependencyObject
'Usage
Dim instance As RowHeader Dim childName As System.String Dim value As System.Windows.DependencyObject value = instance.GetTemplateChild(childName)
protected System.Windows.DependencyObject GetTemplateChild( System.string childName )
protected function GetTemplateChild( childName: System.String ): System.Windows.DependencyObject;
protected function GetTemplateChild( childName : System.String ) : System.Windows.DependencyObject;
protected: System.Windows.DependencyObject* GetTemplateChild( System.string* childName )
protected: System.Windows.DependencyObject^ GetTemplateChild( System.String^ childName )
Parameters
- childName