ListViewBase.StartViewChangeTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當來源檢視是不同的檢視,而暫止的目的地檢視是 ListViewBase 實例時,初始化與檢視變更相關的專案操作。
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
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)