Sdílet prostřednictvím


XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) Metoda

Definice

Převede hodnotu z typu CLR value parametru na CLR pomocí destinationType pravidel XSLT v1. Převede všechny hodnoty fragmentu stromu výsledků 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

Object

Hodnota typu object .

Platí pro