IReadableStringCollection.GetValues(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the associated values from the collection in their original format. Returns null if the key is not present.
public System.Collections.Generic.IList<string> GetValues (string key);
abstract member GetValues : string -> System.Collections.Generic.IList<string>
Public Function GetValues (key As String) As IList(Of String)
Parameters
- key
- String