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
属性值
有关项及其边界的信息。