次の方法で共有


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

変換先ビューで表されるビュー項目。

適用対象