次の方法で共有


HeaderCollection.GetValues(String) メソッド

定義

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetValues(System::String ^ key);
public System.Collections.Generic.IEnumerable<string> GetValues (string key);
member this.GetValues : string -> seq<string>
Public Function GetValues (key As String) As IEnumerable(Of String)

パラメーター

key
String

戻り値

適用対象