ListViewBase.SemanticZoomOwner 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定裝載ListViewBase的SemanticZoom實例。
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實例,如果檢視未裝載于SemanticZoom控制項,則為Null。
實作
備註
您不會在可延伸的應用程式標記語言中設定此屬性, (XAML) 或在應用程式程式碼中設定此屬性。 當檢視設定為SemanticZoom控制項的ZoomedInView或ZoomedOutView時,屬性會隱含設定。
適用於
另請參閱
- SemanticZoom
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)