'Declaration Public Shared Function GetFilteredFieldNames( _ ByVal obj As DependencyObject _ ) As FieldNameList
'Usage Dim obj As DependencyObject Dim value As FieldNameList value = SearchTextBox.GetFilteredFieldNames(obj)
public static FieldNameList GetFilteredFieldNames( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read.
Return Value
The FilteredFieldNames property value for the dependency object. By default, null.