XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- value
- Object
Valore di tipo object
.
- destinationType
- Type
Valore di tipo Type
.
Restituisce
Valore di tipo object
.