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 지정된 이름을 가진 전역 값이 없는 경우

적용 대상