XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) メソッド

定義

V1 XSLT の規則を使用し、value パラメーターの CLR 型の値を CLR の destinationType に変換します。 結果として得られたツリー フラグメントの値はすべてノードに変換されます。

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

object 型の値。

適用対象