XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- value
- Object
object
型の値。
- destinationType
- Type
Type
型の値。
戻り値
object
型の値。