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 입니다.

적용 대상