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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.