Share via


XmlSerializationReader.GetArrayLength(String, String) 메서드

정의

XmlReader가 현재 위치한 SOAP 인코딩된 배열의 길이를 가져옵니다.

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

protected:
 int GetArrayLength(System::String ^ name, System::String ^ ns);
protected int GetArrayLength (string name, string ns);
member this.GetArrayLength : string * string -> int
Protected Function GetArrayLength (name As String, ns As String) As Integer

매개 변수

name
String

배열에 지정해야 하는 로컬 이름입니다.

ns
String

배열에 지정해야 하는 네임스페이스입니다.

반환

Int32

SOAP 배열의 길이입니다.

설명

보호된 멤버 XmlSerializationReader 는 .NET Framework XML serialization 인프라 내에서 내부적으로 사용되는 파생 클래스에서만 사용하기 위한 것입니다.

이 메서드는 GetArrayLength SOAP 인코딩과 함께 사용되며 네임스페이스 "http://schemas.xmlsoap.org/soap/encoding/"로 지정된 특성에 적용됩니다arrayType.

적용 대상