共用方式為


XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) 方法

定義

使用 V1 XSLT 規則,將值由 value 參數的 CLR 型別轉換為 CLR destinationType。 將任一結果樹狀片段值轉換為節點。

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

參數

indexType
Int32

型別 Int32 的值。

value
Object

型別 object 的值。

destinationType
Type

型別 Type 的值。

傳回

Object

型別 object 的值。

適用於