XmlQueryRuntime.DebugGetXsltValue(IList) 方法

定义

将序列转换为其相应的 XSLT 类型。Converts a sequence to its appropriate XSLT type.

public:
 System::Object ^ DebugGetXsltValue(System::Collections::IList ^ seq);
public object DebugGetXsltValue (System.Collections.IList seq);
member this.DebugGetXsltValue : System.Collections.IList -> obj
Public Function DebugGetXsltValue (seq As IList) As Object

参数

seq
IList

IList 类的实例。An instance of the IList class.

返回

Object

一个 object 类型的值。A value of type object.

适用于