SemanticZoomViewChangedEventArgs.SourceItem 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为上一视图中表示的项提供有关项及其边界的信息。
public:
property SemanticZoomLocation ^ SourceItem { SemanticZoomLocation ^ get(); void set(SemanticZoomLocation ^ value); };
SemanticZoomLocation SourceItem();
void SourceItem(SemanticZoomLocation value);
public SemanticZoomLocation SourceItem { get; set; }
var semanticZoomLocation = semanticZoomViewChangedEventArgs.sourceItem;
semanticZoomViewChangedEventArgs.sourceItem = semanticZoomLocation;
Public Property SourceItem As SemanticZoomLocation
属性值
有关项及其边界的信息。