This topic has not yet been rated - Rate this topic

PropertyDictionary Class

Holds a set of properties used to define presence states or leaderboard column values.

Properties can be set and retrieved as loosely-typed boxed objects or with the strongly-typed SetValue and GetValue overloads. If properties are accessed using types different to those defined in the XLAST file, values will automatically be converted using the standard System.Convert behavior, in which case the property data may be boxed. No boxing is performed if properties and accessed using the same type that was defined in the XLAST file.

Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)

public sealed class PropertyDictionary : IDictionary<string, Object>, ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, IEnumerable
Xbox 360, Windows 7, Windows Vista, Windows XP
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ