'Declaration Public Function UserDataFindNext( _ ByRef key As String _ ) As String
'Usage Dim instance As Element 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 )
The returned value from this method is the next key value pair, in the list.
Element Class Element Members
©2019. Accusoft Corporation. All Rights Reserved.