'宣言 Public Function GetValue( _ ByVal dp As System.Windows.DependencyProperty _ ) As System.Object
'使用法 Dim instance As SearchToolbar Dim dp As System.Windows.DependencyProperty Dim value As System.Object value = instance.GetValue(dp)
public System.object GetValue( System.Windows.DependencyProperty dp )
パラメータ
- dp