JournalEntry.GetName(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.