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



Syntax
Public Overridable Function TryGetValue( _
   ByVal key As String, _
   ByRef value As String _
) As Boolean
Dim instance As PropertySet
Dim key As String
Dim value As String
Dim value As Boolean
 
value = instance.TryGetValue(key, value)
public virtual bool TryGetValue( 
   string key,
   ref string value
)
public:
virtual bool TryGetValue( 
   String^ key,
   String^% 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

PropertySet Class
PropertySet Members

Send Feedback