MediaTypeHeaderValue.TryParseList 메서드

정의

StringIList<T> 사용하여 및 관련 매개 변수로 MediaTypeHeaderValue 구문 분석합니다.

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

매개 변수

inputs
IList<String>

미디어 유형 목록

parsedValues
IList<MediaTypeHeaderValue>

구문 분석된 MediaTypeHeaderValue입니다.

반환

True이면 값이 성공적으로 구문 분석되었습니다.

적용 대상