MapItemsControl.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of XAML controls to be displayed on a MapControl.
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)
Property Value
A collection of XAML controls to be displayed on a MapControl.