ReadOnlyTagHelperAttributeList.TryGetAttributes 메서드

정의

일치하는 name를 사용하여 컬렉션 Name 에서 를 검색합니다TagHelperAttribute.

public:
 bool TryGetAttributes(System::String ^ name, [Runtime::InteropServices::Out] System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^> ^ % attributes);
public bool TryGetAttributes (string name, out System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> attributes);
member this.TryGetAttributes : string * IReadOnlyList -> bool
Public Function TryGetAttributes (name As String, ByRef attributes As IReadOnlyList(Of TagHelperAttribute)) As Boolean

매개 변수

name
String

Name 가져올 의 TagHelperAttribute입니다.

attributes
IReadOnlyList<TagHelperAttribute>

이 메서드가 반환되면 와 일치하는 nameTagHelperAttribute있습니다Name.

반환

true컬렉션에 동일한 Name 하나 이상이 TagHelperAttribute 있으면 이고, false그렇지 않으면 입니다.

설명

name 는 대/소문자를 구분하지 않는 방식으로 비교됩니다.

적용 대상