AutomationPeer.GetFullDescriptionCore 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.
Provides the peer's behavior when a Microsoft UI Automation client calls GetFullDescription or an equivalent Microsoft UI Automation client API.
protected:
virtual Platform::String ^ GetFullDescriptionCore() = GetFullDescriptionCore;
winrt::hstring GetFullDescriptionCore();
protected virtual string GetFullDescriptionCore();
function getFullDescriptionCore()
Protected Overridable Function GetFullDescriptionCore () As String
Returns
A localized string that describes the actual visual appearance or contents of something such as an image or image control.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Remarks
You should never invoke the base behavior, and all custom peers should override GetFullDescriptionCore to report the full description of this AutomationPeer. For more info, see Custom automation peers.