다음을 통해 공유


SemanticModel.LookupLabels(Int32, String) 메서드

정의

지정된 위치 및 선택적 컨테이너의 컨텍스트에서 사용 가능한 명명된 레이블 기호를 가져옵니다. 지정된 위치에서 액세스 가능하고 표시되는 멤버만 반환됩니다.

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> LookupLabels (int position, string name = default);
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> LookupLabels (int position, string? name = default);
member this.LookupLabels : int * string -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol>
Public Function LookupLabels (position As Integer, Optional name As String = Nothing) As ImmutableArray(Of ISymbol)

매개 변수

position
Int32

바깥쪽 선언 범위 및 접근성을 결정하기 위한 문자 위치입니다.

name
String

찾을 기호의 이름입니다. null을 지정하면 이름이 있는 기호가 반환됩니다.

반환

발견된 기호 목록입니다. 기호가 없으면 빈 목록이 반환됩니다.

설명

"위치"는 표시되고 액세스할 수 있는 변수를 결정하는 데 사용됩니다. "컨테이너"를 지정하더라도 "위치" 위치는 액세스할 수 있는 "포함" 멤버를 결정하는 데 중요합니다.

적용 대상