다음을 통해 공유


AutomationPeer.GetFullDescriptionCore 메서드

정의

Microsoft UI 자동화 클라이언트가 GetFullDescription 또는 해당하는 Microsoft UI 자동화 클라이언트 API를 호출할 때 피어의 동작을 제공합니다.

protected:
 virtual Platform::String ^ GetFullDescriptionCore() = GetFullDescriptionCore;
winrt::hstring GetFullDescriptionCore();
protected virtual string GetFullDescriptionCore();
function getFullDescriptionCore()
Protected Overridable Function GetFullDescriptionCore () As String

반환

String

Platform::String

winrt::hstring

실제 시각적 모양 또는 이미지 또는 이미지 컨트롤과 같은 내용에 대해 설명하는 지역화된 문자열입니다.

설명

기본 동작을 호출해서는 안 되며 모든 사용자 지정 피어는 GetFullDescriptionCore를 재정의하여 이 AutomationPeer에 대한 전체 설명을 보고해야 합니다. 자세한 내용은 사용자 지정 자동화 피어를 참조하세요.

적용 대상