XmlQueryRuntime.IsGlobalComputed(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたグローバル値が既に計算されている場合に 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
。