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