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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.