Cuminas DjVu SDK for .NET Framework
TryGetValue Method (UserPropertySetMap)



Syntax
Public Overridable Function TryGetValue( _
   ByVal key As String, _
   ByRef value As UserPropertySet _
) As Boolean
Dim instance As UserPropertySetMap
Dim key As String
Dim value As UserPropertySet
Dim value As Boolean
 
value = instance.TryGetValue(key, value)
public virtual bool TryGetValue( 
   string key,
   ref UserPropertySet value
)
public:
virtual bool TryGetValue( 
   String^ key,
   UserPropertySet^% value
) 

Parameters

key
value
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

UserPropertySetMap Class
UserPropertySetMap Members

Send Feedback