Public Overridable Function GetValues ( _ name As String _ ) As String()
Dim instance As NameValueCollection Dim name As String Dim returnValue As String() returnValue = instance.GetValues(name)
public virtual string[] GetValues ( string name )
public: virtual array<String^>^ GetValues ( String^ name )
public String[] GetValues ( String name )
public function GetValues ( name : String ) : String[]
Not applicable.
The String key of the entry that contains the values to get. The key can be a null reference (Nothing in Visual Basic).
This method returns a null reference (Nothing in Visual Basic) in the following cases: 1) if the specified key is not found; and 2) if the specified key is found and its associated value is a null reference (Nothing in Visual Basic). This method does not distinguish between the two cases.
This method is an O(n) operation, where n is the number of values associated with the specified key.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition