ListViewBase.SemanticZoomOwner 屬性

定義

取得或設定裝載ListViewBaseSemanticZoom實例。

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控制項的ZoomedInViewZoomedOutView時,屬性會隱含設定。

適用於

另請參閱