JournalEntry.GetName(DependencyObject) Method

Definition

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

public:
 static System::String ^ GetName(System::Windows::DependencyObject ^ dependencyObject);
public static string GetName (System.Windows.DependencyObject dependencyObject);
static member GetName : System.Windows.DependencyObject -> string
Public Shared Function GetName (dependencyObject As DependencyObject) As String

Parameters

dependencyObject
DependencyObject

The element from which to get the attached property value.

Returns

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

Applies to

See also