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 类型的值。

适用于