ISemanticZoomInformation.StartViewChangeFrom メソッド

定義

実装ビューがソース ビューであり、保留中の変換先ビューが実装ビューと異なる可能性がある場合に、ビューの変更に関連する項目ごとの操作を初期化します。

public:
 void StartViewChangeFrom(SemanticZoomLocation ^ source, SemanticZoomLocation ^ destination);
void StartViewChangeFrom(SemanticZoomLocation const& source, SemanticZoomLocation const& destination);
public void StartViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination);
function startViewChangeFrom(source, destination)
Public Sub StartViewChangeFrom (source As SemanticZoomLocation, destination As SemanticZoomLocation)

パラメーター

source
SemanticZoomLocation

ソース ビューで表されるビュー アイテム。

destination
SemanticZoomLocation

移動先ビューで表されるビュー アイテム。

適用対象