共用方式為


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 控制項集合。

適用於

另請參閱