XmlQueryRuntime.ChangeTypeXsltResult(Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據 XML 型別的轉換規則,將 value
參數的 CLR 型別轉換為中繼語言產生據以表示 XML 型別的預設 CLR 型別。
public:
System::Object ^ ChangeTypeXsltResult(int indexType, System::Object ^ value);
public object ChangeTypeXsltResult (int indexType, object value);
member this.ChangeTypeXsltResult : int * obj -> obj
Public Function ChangeTypeXsltResult (indexType As Integer, value As Object) As Object
參數
- indexType
- Int32
型別 int
的值。
- value
- Object
型別 object
的值。
傳回
型別 object
的值。