JournalEntry::SetName Method (DependencyObject^, String^)

 

Sets the Name attached property of the specified element.

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

public:
static void SetName(
	DependencyObject^ dependencyObject,
	String^ name
)

Parameters

dependencyObject
Type: System.Windows::DependencyObject^

The element on which to set the attached property value.

name
Type: System::String^

The name to be assigned to the attached property.

.NET Framework
Available since 3.0
Return to top
Show: