Share via


ListViewBase.StartViewChangeTo 方法

定義

當來源檢視是不同的檢視,而暫止目的地檢視是 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

在目的地檢視中表示的檢視專案。

實作

適用於

另請參閱