共用方式為


SemanticZoomViewChangedEventArgs.SourceItem 屬性

定義

提供專案及其界限的相關資訊,如上一個檢視中所表示的專案。

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

屬性值

專案及其界限的相關資訊。

適用於