PropertyDictionary.ContainsKey Method
Determines whether the PropertyDictionary contains an element with the specified key.
Syntax
'Declaration
Public Function ContainsKey ( _
key As String _
) As Boolean
public bool ContainsKey (
string key
)
public:
bool ContainsKey(
String key
)
Parameters
- key
Type: String
The key to locate in the PropertyDictionary.
Return Value
Type: Boolean
Returns true if the PropertyDictionary contains an element with the specified key; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
Reference
PropertyDictionary Class
PropertyDictionary Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone