AutomationPeer.GetFullDescriptionCore Method

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to