Share via


XmlQueryRuntime.ChangeTypeXsltResult(Int32, Object) Método

Definición

Convierte del tipo CLR del parámetro value al tipo CLR predeterminado por el que la generación del lenguaje intermedio representa el tipo XML, basándose en las reglas de conversión del tipo XML.

public:
 System::Object ^ ChangeTypeXsltResult(int indexType, System::Object ^ value);
public object ChangeTypeXsltResult (int indexType, object value);
member this.ChangeTypeXsltResult : int * obj -> obj
Public Function ChangeTypeXsltResult (indexType As Integer, value As Object) As Object

Parámetros

indexType
Int32

Valor de tipo int.

value
Object

Valor de tipo object.

Devoluciones

Object

Valor de tipo object.

Se aplica a