SelectionModel.SelectedItems Property

Definition

public:
 property IVectorView<Platform::Object ^> ^ SelectedItems { IVectorView<Platform::Object ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVectorView<IInspectable> SelectedItems();
[Windows.Foundation.Metadata.Experimental]
public IReadOnlyList<object> SelectedItems { [Windows.Foundation.Metadata.Experimental] get; }
Public ReadOnly Property SelectedItems As IReadOnlyList(Of Object)

Property Value

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

Attributes

Applies to