ToolTipService.SetPlacementTarget(DependencyObject, UIElement) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 대상 요소에 대한 ToolTipService.PlacementTarget XAML 연결된 속성 값을 설정합니다.
public:
static void SetPlacementTarget(DependencyObject ^ element, UIElement ^ value);
static void SetPlacementTarget(DependencyObject const& element, UIElement const& value);
public static void SetPlacementTarget(DependencyObject element, UIElement value);
function setPlacementTarget(element, value)
Public Shared Sub SetPlacementTarget (element As DependencyObject, value As UIElement)
매개 변수
- element
- DependencyObject
연결된 속성 값의 대상 요소입니다.
- value
- UIElement
도구 설명의 배치 대상이 되어야 하는 시각적 요소입니다.
설명
이 메서드는 XAML(Extensible Application Markup Language)에 대한 ToolTipService.PlacementTarget 연결된 속성 사용을 지원합니다. 요소 값은 반드시 도구 설명이 아니며 ToolTipService API를 사용하여 유추된 도구 설명을 소유하는 요소일 수 있습니다. ToolTipService.PlacementTarget 연결된 속성을 사용하여 배치 대상을 UI 동작 및 기본 제공 PointerEntered / PointerExited 처리를 위해 ToolTip을 소유하는 요소와 다르게 설정할 수 있습니다. 이렇게 하면 컨트롤이 도구 설명 표시를 위한 단위처럼 작동할 수 있으므로 한 컨트롤의 도구 설명이 표시할 때 관련 컨트롤의 중요한 부분을 가리지 않습니다.