'Declaration Public Shared Sub SetTooComplexText( _ ByVal obj As DependencyObject, _ ByVal value As String _ )
'Usage Dim obj As DependencyObject Dim value As String SearchTextBox.SetTooComplexText(obj, value)
public static void SetTooComplexText( DependencyObject obj, string value )
Parameters
- obj
- The dependency object to which the attached property is written.
- value
- The needed string value.