Hub.StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual void StartViewChangeTo(SemanticZoomLocation ^ source, SemanticZoomLocation ^ destination) = StartViewChangeTo;
void StartViewChangeTo(SemanticZoomLocation const& source, SemanticZoomLocation const& destination);
public void StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination);
function startViewChangeTo(source, destination)
Public Sub StartViewChangeTo (source As SemanticZoomLocation, destination As SemanticZoomLocation)
参数
- source
- SemanticZoomLocation
源视图中表示的视图项。
- destination
- SemanticZoomLocation
在目标视图中表示的视图项。
实现
适用于
另请参阅
- SemanticZoom
- IsZoomedInViewActive
- IsActiveView
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)