Gets the values associated with the specified key from the NameValueCollection.
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 function GetValues( name : String ) : String[]
This method returns nullNothingnullptra 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 nullNothingnullptra 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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune