XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- value
- Object
Valor de tipo object
.
- destinationType
- Type
Valor de tipo Type
.
Devoluciones
Valor de tipo object
.