XmlSortKeyAccumulator.AddIntegerSortKey(XmlCollation, Int64) 메서드

정의

Int64 정렬 키를 만들고 현재 정렬 키 실행에 추가합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 void AddIntegerSortKey(System::Xml::Xsl::Runtime::XmlCollation ^ collation, long value);
public void AddIntegerSortKey (System.Xml.Xsl.Runtime.XmlCollation collation, long value);
member this.AddIntegerSortKey : System.Xml.Xsl.Runtime.XmlCollation * int64 -> unit
Public Sub AddIntegerSortKey (collation As XmlCollation, value As Long)

매개 변수

collation
XmlCollation

XmlCollation 클래스의 인스턴스입니다.

value
Int64

Int64 형식의 값입니다.

적용 대상