Accusoft.NotateXpress13.Net
UserDataFindNext Method (NotateXpress)




A string value which represents the next key.
Finds the next key value pair in the list.
Syntax
'Declaration
 
Public Function UserDataFindNext( _
   ByRef key As String _
) As String
'Usage
 
Dim instance As NotateXpress
Dim key As String
Dim value As String
 
value = instance.UserDataFindNext(key)
public string UserDataFindNext( 
   out string key
)
public: string* UserDataFindNext( 
   [PARAMFLAG::Out] string* key
) 
public:
String^ UserDataFindNext( 
   [Out] String^ key
) 

Parameters

key
A string value which represents the next key.

Return Value

A string which represents the next value.
Remarks

This method returns the next key value pair in the list.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback