WindowAutomationPeer.GetNameCore Method

Definition

Gets the text label of the Window that is associated with this ContentElementAutomationPeer. Called by GetName().

protected:
 override System::String ^ GetNameCore();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override string GetNameCore ();
protected override string GetNameCore ();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.GetNameCore : unit -> string
override this.GetNameCore : unit -> string
Protected Overrides Function GetNameCore () As String

Returns

A string that contains the Name or Name of the Window, or Empty if the name is null.

Attributes

Remarks

The name property can be thought of as the string of text that a user would use to explain which control is being referred to. It is important to have a textual representation for all controls in the graphical user interface (GUI) so that you can programmatically refer to the control in a localized manner.

Applies to

See also