'宣言 Public Shared Function GetAncestorPropertyValue( _ ByVal descendant As DependencyObject, _ ByVal dp As DependencyProperty, _ ByVal stopAtVisual As DependencyObject _ ) As Object
public static object GetAncestorPropertyValue( DependencyObject descendant, DependencyProperty dp, DependencyObject stopAtVisual )