共用方式為


XmlQueryRuntime.ChangeTypeXsltResult(Int32, Object) 方法

定義

根據 XML 型別的轉換規則,將 value 參數的 CLR 型別轉換為中繼語言產生據以表示 XML 型別的預設 CLR 型別。

public:
 System::Object ^ ChangeTypeXsltResult(int indexType, System::Object ^ value);
public object ChangeTypeXsltResult (int indexType, object value);
member this.ChangeTypeXsltResult : int * obj -> obj
Public Function ChangeTypeXsltResult (indexType As Integer, value As Object) As Object

參數

indexType
Int32

型別 int 的值。

value
Object

型別 object 的值。

傳回

Object

型別 object 的值。

適用於