PropertyDictionary Members
The following tables list the members exposed by the PropertyDictionary type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in this PropertyDictionary. | |
Item | Gets or sets the element with the specified key. |
Public Methods
Name | Description | |
---|---|---|
ContainsKey | Determines whether the PropertyDictionary contains an element with the specified key. | |
Equals | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through a collection of key/value pairs that represent elements in the PropertyDictionary. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValueDateTime | Gets the value of the property with the specified key, as a System.DateTime. | |
GetValueDouble | Gets the value of the property with the specified key, as a System.Double. | |
GetValueInt32 | Gets the value of the property with the specified key, as a System.Int32. | |
GetValueInt64 | Gets the value of the property with the specified key, as a System.Int64. | |
GetValueOutcome | Gets the value of the property with the specified key, as a LeaderboardOutcome. | |
GetValueSingle | Gets the value of the property with the specified key, as a System.Single. | |
GetValueStream | Gets the value of the property with the specified key, as a System.IO.Stream. | |
GetValueString | Gets the value of the property with the specified key, as a System.String. | |
GetValueTimeSpan | Gets the value of the property with the specified key, as a System.TimeSpan. | |
SetValue | Overloaded. Methods to set the value of the property with the specified key. | |
ToString | (Inherited from Object.) | |
TryGetValue | Determines if a value for the specified key exists in the PropertyDictionary. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
PropertyDictionary Class
Microsoft.Xna.Framework.GamerServices Namespace