Udostępnij za pośrednictwem


XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) Metoda

Definicja

Konwertuje wartość z typu CLR value parametru na CLR przy destinationType użyciu reguł XSLT języka v1. Konwertuje wszystkie wartości fragmentów drzewa wynikowego na węzły.

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

Wartość typu Int32 .

value
Object

Wartość typu object .

destinationType
Type

Wartość typu Type .

Zwraca

Object

Wartość typu object .

Dotyczy