Share via


EntityTagHeaderValue.TryParseStrictList メソッド

定義

文字列解析規則を使用するシーケンスとして値のシーケンスを EntityTagHeaderValue 解析しようとします。

public:
 static bool TryParseStrictList(System::Collections::Generic::IList<System::String ^> ^ inputs, [Runtime::InteropServices::Out] System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ % parsedValues);
public static bool TryParseStrictList (System.Collections.Generic.IList<string> inputs, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue> parsedValues);
public static bool TryParseStrictList (System.Collections.Generic.IList<string>? inputs, out System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue>? parsedValues);
static member TryParseStrictList : System.Collections.Generic.IList<string> * IList -> bool
Public Shared Function TryParseStrictList (inputs As IList(Of String), ByRef parsedValues As IList(Of EntityTagHeaderValue)) As Boolean

パラメーター

inputs
IList<String>

解析する値。

parsedValues
IList<EntityTagHeaderValue>

解析された値。

戻り値

true すべての入力が有効な EntityTagHeaderValue場合は 。それ以外の場合 falseは 。

適用対象