JournalEntry::GetName Method (DependencyObject^)

 

Gets the Name attached property of the journal entry for the specified element.

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

public:
static String^ GetName(
	DependencyObject^ dependencyObject
)

Parameters

dependencyObject
Type: System.Windows::DependencyObject^

The element from which to get the attached property value.

Return Value

Type: System::String^

The Name attached property of the journal entry for the specified element.

.NET Framework
Available since 3.0
Return to top
Show: