Freigeben über


XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) Methode

Definition

Konvertiert einen Wert entsprechend V1-XSLT-Regeln vom CLR-Typ des value-Parameters in CRL-destinationType. Konvertiert alle Ergebnisstrukturfragmentwerte in Knoten.

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

Parameter

indexType
Int32

Ein Wert vom Typ Int32.

value
Object

Ein Wert vom Typ object.

destinationType
Type

Ein Wert vom Typ Type.

Gibt zurück

Object

Ein Wert vom Typ object.

Gilt für