XmlSortKeyAccumulator.AddDecimalSortKey(XmlCollation, Decimal) 메서드

정의

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

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

public:
 void AddDecimalSortKey(System::Xml::Xsl::Runtime::XmlCollation ^ collation, System::Decimal value);
public void AddDecimalSortKey (System.Xml.Xsl.Runtime.XmlCollation collation, decimal value);
member this.AddDecimalSortKey : System.Xml.Xsl.Runtime.XmlCollation * decimal -> unit
Public Sub AddDecimalSortKey (collation As XmlCollation, value As Decimal)

매개 변수

collation
XmlCollation

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

value
Decimal

decimal 값입니다.

적용 대상