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.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.Generic.ICollection{T}.IsReadOnly | Gets a value indicating whether this PropertyDictionary is read-only. | |
System.Collections.Generic.ICollection{T}.Add | Adds an element to the PropertyDictionary. This method is not supported. | |
System.Collections.Generic.ICollection{T}.Clear | Removes all elements from the PropertyDictionary. | |
System.Collections.Generic.ICollection{T}.Contains | Determines whether the PropertyDictionary contains an element with the specified key/value pair. | |
System.Collections.Generic.ICollection{T}.CopyTo | Copies the elements of the PropertyDictionary to an Array, starting at a particular Array index. | |
System.Collections.IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection of elements in the PropertyDictionary. | |
System.Collections.Generic.ICollection{T}.Remove | Removes an element from the PropertyDictionary. This method is not supported. |
See Also
Reference
PropertyDictionary Class
Microsoft.Xna.Framework.GamerServices Namespace