XmlSortKeyAccumulator.AddIntSortKey(XmlCollation, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新的 Int32 排序关键字并将其追加到当前运行的排序关键字中。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void AddIntSortKey(System::Xml::Xsl::Runtime::XmlCollation ^ collation, int value);
public void AddIntSortKey (System.Xml.Xsl.Runtime.XmlCollation collation, int value);
member this.AddIntSortKey : System.Xml.Xsl.Runtime.XmlCollation * int -> unit
Public Sub AddIntSortKey (collation As XmlCollation, value As Integer)
参数
- collation
- XmlCollation
XmlCollation 类的实例。