共用方式為


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 的值。

傳回

Boolean

如果已經計算出該值,則為 true,否則為 false

適用於