XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) Metoda

Definice

Převede hodnotu z typu CLR parametru value na CLR destinationType pomocí pravidel V1 XSLT. Převede všechny hodnoty fragmentu výsledného stromu na uzly.

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

Parametry

indexType
Int32

Hodnota typu Int32.

value
Object

Hodnota typu object.

destinationType
Type

Hodnota typu Type.

Návraty

Hodnota typu object.

Platí pro