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.