CollectionViewGroup.ProtectedItems 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 the immediate items contained in this group.
protected:
property System::Collections::ObjectModel::ObservableCollection<System::Object ^> ^ ProtectedItems { System::Collections::ObjectModel::ObservableCollection<System::Object ^> ^ get(); };
protected System.Collections.ObjectModel.ObservableCollection<object> ProtectedItems { get; }
member this.ProtectedItems : System.Collections.ObjectModel.ObservableCollection<obj>
Protected ReadOnly Property ProtectedItems As ObservableCollection(Of Object)
Property Value
A collection of immediate items in this group. This is either a collection of subgroups or a collection of items if this group does not have any subgroups.
Remarks
Subclasses use this property to add or remove items; the changes are reflected in the Items property.
Applies to
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.