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
参数
返回
一个 object 类型的值。A value of type object.