XmlQueryRuntime.DebugGetGlobalValue(String) メソッド

定義

指定された名前を持つグローバル値の値を取得します。

public:
 System::Collections::IList ^ DebugGetGlobalValue(System::String ^ name);
public System.Collections.IList DebugGetGlobalValue (string name);
member this.DebugGetGlobalValue : string -> System.Collections.IList
Public Function DebugGetGlobalValue (name As String) As IList

パラメーター

name
String

string 型の値。

戻り値

XPathItem インスタンスのシーケンス。指定された名前のグローバル値が存在しない場合は null

適用対象