다음을 통해 공유


VisualBasicSyntaxTree.GetLocation(TextSpan) 메서드

정의

지정된 텍스트 span의 위치를 가져옵니다.

public:
 override Microsoft::CodeAnalysis::Location ^ GetLocation(Microsoft::CodeAnalysis::Text::TextSpan span);
public override Microsoft.CodeAnalysis.Location GetLocation (Microsoft.CodeAnalysis.Text.TextSpan span);
override this.GetLocation : Microsoft.CodeAnalysis.Text.TextSpan -> Microsoft.CodeAnalysis.Location
Public Overrides Function GetLocation (span As TextSpan) As Location

매개 변수

span
TextSpan

반환

적용 대상