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

定義

利用 V1 XSLT 規則,將參數的 CLR 型態 value 值轉換為 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 的值。

適用於