GroupCollection Properties
Collapse the table of content
Expand the table of content

GroupCollection Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The GroupCollection type exposes the following members.

  NameDescription
Public property Count Returns the number of groups in the collection.
Public property IsReadOnly Gets a value that indicates whether the collection is read-only.
Public property IsSynchronized Gets a value that indicates whether access to the GroupCollection is synchronized (thread-safe).
Public property Item[Int32] Enables access to a member of the collection by integer index.
Public property Item[String] Enables access to a member of the collection by string index.
Public property SyncRoot Gets an object that can be used to synchronize access to the GroupCollection.
Top

Show:
© 2017 Microsoft