你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionCallNode.Accept<T>(QueryNodeVisitor<T>) 方法

定义

接受 以 QueryNodeVisitor<T> 走 树的 QueryNode

public override T Accept<T> (Microsoft.WindowsAzure.MobileServices.Query.QueryNodeVisitor<T> visitor);
override this.Accept : Microsoft.WindowsAzure.MobileServices.Query.QueryNodeVisitor<'T> -> 'T
Public Overrides Function Accept(Of T) (visitor As QueryNodeVisitor(Of T)) As T

类型参数

T

访问此标记后访问者将返回的类型。

参数

visitor
QueryNodeVisitor<T>

访问者接口的一个实现。

返回

T

其类型由访问者的类型参数决定的对象。

适用于