'宣言
Public Function GetValue( _ ByVal dp As DependencyProperty _ ) As Object
public object GetValue( DependencyProperty dp )
パラメータ
- dp
- The System.Windows.DependencyProperty identifier of the property to retrieve the value for.
戻り値の型
Returns the current effective value.