Share via


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

戻り値

適用対象