XmlQueryRuntime.ChangeTypeXsltArgument(Int32, Object, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
利用 V1 XSLT 規則,將參數的 CLR 型態 value 值轉換為 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 的值。