WindowAutomationPeer.GetNameCore 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 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.