XmlSerializationReader.GetArrayLength(String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
배열에 지정해야 하는 네임스페이스입니다.
반환
SOAP 배열의 길이입니다.
설명
보호된 멤버 XmlSerializationReader 는 .NET Framework XML serialization 인프라 내에서 내부적으로 사용되는 파생 클래스에서만 사용하기 위한 것입니다.
이 메서드는 GetArrayLength SOAP 인코딩과 함께 사용되며 네임스페이스 "http://schemas.xmlsoap.org/soap/encoding/"로 지정된 특성에 적용됩니다arrayType
.