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