ListViewBase.SemanticZoomOwner 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ListViewBase를 호스트하는 SemanticZoom instance 가져오거나 설정합니다.
public:
property SemanticZoom ^ SemanticZoomOwner { SemanticZoom ^ get(); void set(SemanticZoom ^ value); };
SemanticZoom SemanticZoomOwner();
void SemanticZoomOwner(SemanticZoom value);
public SemanticZoom SemanticZoomOwner { get; set; }
var semanticZoom = listViewBase.semanticZoomOwner;
listViewBase.semanticZoomOwner = semanticZoom;
Public Property SemanticZoomOwner As SemanticZoom
속성 값
SemanticZoom은 이 보기를 호스트하는 instance, 보기가 SemanticZoom 컨트롤에 호스트되지 않은 경우 null입니다.
구현
설명
XAML(Extensible Application Markup Language) 또는 앱 코드에서는 이 속성을 설정하지 않습니다. 속성은 뷰가 SemanticZoom 컨트롤의 ZoomedInView 또는 ZoomedOutView로 설정된 경우 암시적으로 설정됩니다.
적용 대상
추가 정보
- SemanticZoom
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)