TextSearch::GetText Method (DependencyObject^)

 

Returns the string to that identifies the specified item.

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

public:
[AttachedPropertyBrowsableForTypeAttribute((DependencyObject^::typeid))]
static String^ GetText(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

The element from which the property value is read.

Return Value

Type: System::String^

The string that identifies the specified item.

This method returns the value of the Text attached property from the specified element.

.NET Framework
Available since 3.0
Return to top
Show: