C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.NodeObject

This class is used to represent a node object.
상속: StreamObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
GetContent ( ) : List

Get all the content which is represented by the node object.

보호된 메소드들

메소드 설명
NodeObject ( StreamObjectTypeHeaderStart headerType ) : System

Initializes a new instance of the NodeObject class.

메소드 상세

GetContent() 공개 추상적인 메소드

Get all the content which is represented by the node object.
public abstract GetContent ( ) : List
리턴 List

NodeObject() 보호된 메소드

Initializes a new instance of the NodeObject class.
protected NodeObject ( StreamObjectTypeHeaderStart headerType ) : System
headerType StreamObjectTypeHeaderStart Specify the node object header type.
리턴 System