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 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
- value
- Object
Valore di tipo object.
- destinationType
- Type
Valore di tipo Type.
Valori restituiti
Valore di tipo object.