SemanticZoomViewChangedEventArgs.DestinationItem 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供專案及其界限的相關資訊,一旦檢視變更完成。
public:
property SemanticZoomLocation ^ DestinationItem { SemanticZoomLocation ^ get(); void set(SemanticZoomLocation ^ value); };
SemanticZoomLocation DestinationItem();
void DestinationItem(SemanticZoomLocation value);
public SemanticZoomLocation DestinationItem { get; set; }
var semanticZoomLocation = semanticZoomViewChangedEventArgs.destinationItem;
semanticZoomViewChangedEventArgs.destinationItem = semanticZoomLocation;
Public Property DestinationItem As SemanticZoomLocation
屬性值
專案及其界限的相關資訊。