Condividi tramite


XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) Metodo

Definizione

Converte un valore dal tipo CLR del parametro value nel tipo CLR destinationType utilizzando regole XSLT V1. Converte in nodi tutti i valori del frammento di albero dei risultati.

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

Parametri

indexType
Int32

Valore di tipo Int32.

value
Object

Valore di tipo object.

destinationType
Type

Valore di tipo Type.

Restituisce

Object

Valore di tipo object.

Si applica a