Share via


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 时,将隐式设置 属性。

适用于

另请参阅