XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) Metodo

Definizione

Converte un valore dal tipo CLR del value parametro a CLR destinationType usando le regole XSLT V1. Converte i valori del frammento dell'albero dei risultati in nodi.

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.

Valori restituiti

Valore di tipo object.

Si applica a