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

Definición

Convierte un valor del tipo CLR del value parámetro en CLR destinationType mediante reglas XSLT V1. Convierte los valores de fragmentos de árbol de resultados en nodos.

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

Valor de tipo object.

Se aplica a