C# Class Microsoft.Protocols.TestSuites.SharedAdapter.NodeObject

This class is used to represent a node object.
Inheritance: StreamObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
GetContent ( ) : List

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

Méthodes protégées

Méthode Description
NodeObject ( StreamObjectTypeHeaderStart headerType ) : System

Initializes a new instance of the NodeObject class.

Method Details

GetContent() public abstract méthode

Get all the content which is represented by the node object.
public abstract GetContent ( ) : List
Résultat List

NodeObject() protected méthode

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