XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) Метод

Определение

Преобразует значение из типа value СРЕДЫ CLR параметра в CLR destinationType с помощью правил XSLT версии 1. Преобразует все значения фрагментов дерева результатов в узлы.

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

Параметры

indexType
Int32

Значение типа Int32.

value
Object

Значение типа object.

destinationType
Type

Значение типа Type.

Возвращаемое значение

Значение типа object.

Применяется к