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 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
- value
- Object
Valor de tipo object.
- destinationType
- Type
Valor de tipo Type.
Devoluciones
Valor de tipo object.