次の方法で共有


SourceLocation.Advance(SourceLocation, String) メソッド

定義

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前に進める 。

text
String

String進める left

戻り値

高度な SourceLocation

適用対象