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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.