XmlQueryRuntime.IsGlobalComputed(Int32) 方法

定义

如果已计算指定的全局值,则返回 true。

public:
 bool IsGlobalComputed(int index);
public bool IsGlobalComputed(int index);
member this.IsGlobalComputed : int -> bool
Public Function IsGlobalComputed (index As Integer) As Boolean

参数

index
Int32

一个 int 类型的值。

返回

true 如果计算了该值,则为 ;否则,为 false.

适用于