XmlQueryRuntime.IsGlobalComputed(Int32) 方法

定義

若已計算出指定的全域值,則回傳為真。

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

適用於