Share via


MapItemsControl.Items 属性

定义

获取要显示在 MapControl 上的 XAML 控件的集合。

public:
 property IVector<DependencyObject ^> ^ Items { IVector<DependencyObject ^> ^ get(); };
IVector<DependencyObject> Items();
public IList<DependencyObject> Items { get; }
var iVector = mapItemsControl.items;
Public ReadOnly Property Items As IList(Of DependencyObject)

属性值

要显示在 MapControl 上的 XAML 控件的集合。

适用于

另请参阅