ISemanticZoomInformation.StartViewChangeTo メソッド

定義

ソース ビューが別のビューで、保留中のコピー先ビューが実装ビューである場合に、ビューの変更に関連する項目ごとの操作を初期化します。

public:
 void StartViewChangeTo(SemanticZoomLocation ^ source, SemanticZoomLocation ^ destination);
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

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

適用対象