SourceLocation.Advance(SourceLocation, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依 SourceLocation 的 text
長度往前移 。
public:
static Microsoft::AspNetCore::Razor::SourceLocation Advance(Microsoft::AspNetCore::Razor::SourceLocation left, System::String ^ text);
public static Microsoft.AspNetCore.Razor.SourceLocation Advance (Microsoft.AspNetCore.Razor.SourceLocation left, string text);
static member Advance : Microsoft.AspNetCore.Razor.SourceLocation * string -> Microsoft.AspNetCore.Razor.SourceLocation
Public Shared Function Advance (left As SourceLocation, text As String) As SourceLocation
參數
- left
- SourceLocation
SourceLocation要前進的 。
傳回
進階 SourceLocation 。