ISemanticZoomInformation.SemanticZoomOwner Eigenschaft

Definition

Ruft den SemanticZoom-Besitzer ab, der die implementierenden Ansicht hostet, oder legt diesen fest.

public:
 property SemanticZoom ^ SemanticZoomOwner { SemanticZoom ^ get(); void set(SemanticZoom ^ value); };
SemanticZoom SemanticZoomOwner();

void SemanticZoomOwner(SemanticZoom value);
public SemanticZoom SemanticZoomOwner { get; set; }
var semanticZoom = iSemanticZoomInformation.semanticZoomOwner;
iSemanticZoomInformation.semanticZoomOwner = semanticZoom;
Public Property SemanticZoomOwner As SemanticZoom

Eigenschaftswert

Das SemanticZoom , das diese Ansicht hostet.

Gilt für: