XmlDictionaryReader.IsStartArray(Type) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
판독기가 배열의 맨 처음에 있는지 확인합니다. 이 클래스는 false
를 반환하지만 배열 개념을 가진 파생 클래스는 true
를 반환할 수 있습니다.
public:
virtual bool IsStartArray([Runtime::InteropServices::Out] Type ^ % type);
public virtual bool IsStartArray (out Type type);
public virtual bool IsStartArray (out Type? type);
abstract member IsStartArray : Type -> bool
override this.IsStartArray : Type -> bool
Public Overridable Function IsStartArray (ByRef type As Type) As Boolean
매개 변수
- type
- Type
유효한 노드이면 노드의 형식이고, 그렇지 않으면 null
입니다.
반환
판독기가 배열 노드 맨 처음에 있으면 true
이고, 그렇지 않으면 false
입니다.