MapObjectTryGetValue Method |
Tries to get a value for the specified key.
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool TryGetValue(
string key,
out string value
)
Public Function TryGetValue (
key As String,
<OutAttribute> ByRef value As String
) As Boolean
public:
bool TryGetValue(
String^ key,
[OutAttribute] String^% value
)
member TryGetValue :
key : string *
value : string byref -> bool
Parameters
- key
- Type: SystemString
Key to look for. - value
- Type: SystemString
If available, value belonging to the key.
Return Value
Type:
Boolean Indicates if a value exists for the specified key.
See Also