ISemanticZoomInformation.SemanticZoomOwner プロパティ

定義

実装ビューをホストする SemanticZoom 所有者を取得または設定します。

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

プロパティ値

このビューをホストする SemanticZoom

適用対象