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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา