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