SourceLocationTracker.UpdateLocation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UpdateLocation(String) | |
UpdateLocation(Char, Char) |
UpdateLocation(String)
public:
Microsoft::AspNetCore::Razor::Text::SourceLocationTracker ^ UpdateLocation(System::String ^ content);
public Microsoft.AspNetCore.Razor.Text.SourceLocationTracker UpdateLocation (string content);
member this.UpdateLocation : string -> Microsoft.AspNetCore.Razor.Text.SourceLocationTracker
Public Function UpdateLocation (content As String) As SourceLocationTracker
パラメーター
- content
- String
戻り値
適用対象
UpdateLocation(Char, Char)
public:
void UpdateLocation(char characterRead, char nextCharacter);
public void UpdateLocation (char characterRead, char nextCharacter);
member this.UpdateLocation : char * char -> unit
Public Sub UpdateLocation (characterRead As Char, nextCharacter As Char)
パラメーター
- characterRead
- Char
- nextCharacter
- Char