다음을 통해 공유


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입니다.

적용 대상