'宣言 Public Overloads Shared Function GetDescendantFromType( _ ByVal parent As DependencyObject, _ ByVal type As Type, _ ByVal allowSubclassOfType As Boolean _ ) As DependencyObject
public static DependencyObject GetDescendantFromType( DependencyObject parent, Type type, bool allowSubclassOfType )