MapControl.Children 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 MapControl子系的物件集合。
public:
property IVector<DependencyObject ^> ^ Children { IVector<DependencyObject ^> ^ get(); };
IVector<DependencyObject> Children();
public IList<DependencyObject> Children { get; }
var iVector = mapControl.children;
Public ReadOnly Property Children As IList(Of DependencyObject)
屬性值
MapControl子系的物件集合。
備註
藉由將它們新增為MapControl的子系,以顯示 XAML 使用者介面元素,例如Button、HyperlinkButton或TextBlock。 您也可以將它們新增至 MapItemsControl,或將 MapItemsControl 系結至專案或專案的集合。
或者,若要在 MapControl上顯示圖釘、影像和圖形,請將它們新增至其 MapElements 集合。
如需詳細資訊,請參閱 使用 2D、3D 和 Streetside 檢視顯示地圖。