HttpProductInfoHeaderValue.Parse(String) メソッド

定義

public:
 static HttpProductInfoHeaderValue ^ Parse(Platform::String ^ input);
 static HttpProductInfoHeaderValue Parse(winrt::hstring const& input);
public static HttpProductInfoHeaderValue Parse(string input);
function parse(input)
Public Shared Function Parse (input As String) As HttpProductInfoHeaderValue

パラメーター

input
String

Platform::String

winrt::hstring

製品情報を表す文字列。

戻り値

HttpProductInfoHeaderValue インスタンス。

注釈

この関数がスローする例外を次に示します。

E_INVALIDARG

入力パラメーターが null (Visual Basic では Nothing) です。

入力パラメーターが有効な製品情報ではありません。

適用対象