次の方法で共有


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 コントロールのコレクション。

適用対象

こちらもご覧ください