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
类型的值。