共用方式為


SourceLocation.Subtract(SourceLocation, SourceLocation) 方法

定義

此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。將第一個物件減去至第二個物件。

public static System.Web.Razor.Text.SourceLocation Subtract (System.Web.Razor.Text.SourceLocation left, System.Web.Razor.Text.SourceLocation right);
static member Subtract : System.Web.Razor.Text.SourceLocation * System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Text.SourceLocation
Public Shared Function Subtract (left As SourceLocation, right As SourceLocation) As SourceLocation

參數

left
SourceLocation

第一個物件。

right
SourceLocation

第二個物件。

傳回

兩個物件的差異。

適用於