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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Свойство Type Description
ErrorCode uint
Index ushort
PropertyTag PropertyTag

Méthodes publiques

Méthode Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public méthode

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
Résultat int

Property Details

ErrorCode public_oe property

Unsigned 32-bit integer. This value specifies the error that occurred when processing this property.
public uint ErrorCode
Résultat uint

Index public_oe property

Unsigned 16-bit integer. This value specifies an index into an array of property tags.
public ushort Index
Résultat ushort

PropertyTag public_oe property

PropertyTag structure. This value specifies the property for which there was an error.
public PropertyTag,Microsoft.Protocols.TestSuites.Common PropertyTag
Résultat PropertyTag