Hub.CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- source
- SemanticZoomLocation
The view item as represented in the source view.
- destination
- SemanticZoomLocation
The view item as represented in the destination view.
Implements
Applies to
See also
- SemanticZoom
- IsZoomedInViewActive
- IsActiveView
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)