C# Class Microsoft.Protocols.TestSuites.Common.TaggedPropertyValue

Inheritance: PropertyValue
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
PropertyTag PropertyTag

Méthodes publiques

Méthode Description
Parse ( Context context ) : void

Parse bytes in context into TaggedPropertyValueNode

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the Size of this struct.

Method Details

Parse() public méthode

Parse bytes in context into TaggedPropertyValueNode
public Parse ( Context context ) : void
context Context The value of Context
Résultat void

Serialize() public méthode

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Return the Size of this struct.
public Size ( ) : int
Résultat int

Property Details

PropertyTag public_oe property

PropertyTag structure giving the PropertyId and PropertyType for the property
public PropertyTag,Microsoft.Protocols.TestSuites.Common PropertyTag
Résultat PropertyTag