Hub.MakeVisible(SemanticZoomLocation) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SemanticZoomLocation으로 지정된 항목이 표시될 때까지 보기의 콘텐츠를 강제로 스크롤합니다. 또한 항목을 찾으면 항목에 중점을 둡니다.
public:
virtual void MakeVisible(SemanticZoomLocation ^ item) = MakeVisible;
void MakeVisible(SemanticZoomLocation const& item);
public void MakeVisible(SemanticZoomLocation item);
function makeVisible(item)
Public Sub MakeVisible (item As SemanticZoomLocation)
매개 변수
- item
- SemanticZoomLocation
스크롤할 보기의 항목입니다.
구현
설명
SemanticZoom 컨트롤에서 허브 컨트롤을 보기로 사용할 때 MakeVisible 메서드를 사용하여 항목을 표시합니다. SemanticZoom에서 허브 컨트롤을 사용하지 않을 때 항목을 표시하려면 ScrollToSection 메서드를 대신 사용합니다.
적용 대상
추가 정보
- SemanticZoom
- IsZoomedInViewActive
- IsActiveView
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)