TextSearch::SetText Method (DependencyObject^, String^)

 

Writes the Text attached property value to the specified element.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
static void SetText(
	DependencyObject^ element,
	String^ text
)

Parameters

element
Type: System.Windows::DependencyObject^

The element to which the property value is written.

text
Type: System::String^

The string that identifies the item.

.NET Framework
Available since 3.0
Return to top
Show: