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

适用于