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 型の値。

適用対象