GroupDescription.GroupNames 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 collection of names that are used to initialize a group with a set of subgroups with the given names.
public:
property System::Collections::ObjectModel::ObservableCollection<System::Object ^> ^ GroupNames { System::Collections::ObjectModel::ObservableCollection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ObservableCollection<object> GroupNames { get; }
member this.GroupNames : System.Collections.ObjectModel.ObservableCollection<obj>
Public ReadOnly Property GroupNames As ObservableCollection(Of Object)
Property Value
The collection of names that are used to initialize a group with a set of subgroups with the given names.
Remarks
You can add additional subgroups later if there are items that do not match any of the given names.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.