共用方式為


XmlQueryRuntime.DebugSetGlobalValue(String, Object) 方法

定義

設定具有指定名稱之全域值的值。

public:
 void DebugSetGlobalValue(System::String ^ name, System::Object ^ value);
public void DebugSetGlobalValue (string name, object value);
member this.DebugSetGlobalValue : string * obj -> unit
Public Sub DebugSetGlobalValue (name As String, value As Object)

參數

name
String

型別 string 的值。

value
Object

型別 object 的值。

適用於