Share via


XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) Método

Definición

Convierte un valor del tipo CLR del parámetro value en destinationType de CLR usando reglas de XSLT V1. Convierte en nodos cualquier valor de fragmento del árbol de resultados.

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

Parámetros

indexType
Int32

Valor de tipo Int32.

value
Object

Valor de tipo object.

destinationType
Type

Valor de tipo Type.

Devoluciones

Object

Valor de tipo object.

Se aplica a